Flash: rollover displays text

Discussion in 'Graphics & Multimedia' started by oo7ml, Jul 12, 2007.

  1. #1
    Sorry i'm new to Flash and i was wondering how i could make text appear when the mouse moves over a movie. I presume it's something to do with the code below

    on(rollOver)
     
    oo7ml, Jul 12, 2007 IP
  2. Cipixxx

    Cipixxx Well-Known Member

    Messages:
    754
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    128
    #2
    yes...on(rollOver) { gotoAndPlay(1); } where, 1 is the frame number
    this is one case...there are some more other options
     
    Cipixxx, Jul 13, 2007 IP