A Flash Developer Resource Site

Results 1 to 2 of 2

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

Threaded View

  1. #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