|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#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 |
|
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 06:16 PM. |
|
|
|
![]() |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|