A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: button help...anyone?

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    5
    i'm trying to make a series of buttons on a page that create a trailing effect. what i'm looking to do is create a button that starts to play when rolled over and continues after the mouse has moved on to the next button (via a movie in the over state). i would also like to have several buttons activated at once, i.e., the trailing effect. if you can help me out with this, i'd appreciate it. thanks.

  2. #2
    Senior Member
    Join Date
    May 2000
    Posts
    356
    you have to use Tell Targets...put your movie for the rollover on the main timeline, then give it an instance name (for this example we will use "test")

    then on your button put

    on (rollOver) {
    _root.test.gotoAndPlay(2);
    }

    Make sure your movie has a stop action on the first frame (it needs to be a blank keyframe...)

    Josh Dura

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    5

    thanks

    josh, thanks for the good words. i appreciate it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center