A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How do I a roll on/roll off animation for this button?

Hybrid View

  1. #1
    Senior Member
    Join Date
    Jul 2000
    Posts
    137

    How do I a roll on/roll off animation for this button?

    I have a MC thats contains my buttons (nav) called Buttons_MC. In it I have a button called About.

    When someone rolls on the About button I want it to play an animation from movieclip Back_MC. And when person takes mouse off the button I want it to play Back_MC but start on frame 26.

    thanks guys
    Life is immaterial to the God's of sands of time

  2. #2
    Senior Member
    Join Date
    Aug 2007
    Posts
    100
    Where is the animation is it inside the About button or is it on stage???

    think about adding labels to the frame of your animation.

    on (rollOver) {
    Back_mc.gotoAndPlay("label name here")
    }
    on (rollOut) {
    Back_mc.gotoAndPlay("label name here")
    }
    Last edited by chrissy19; 08-09-2007 at 05:16 PM.

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