|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
on (rollout) problems?
I made a button with the following action script...
on (rollOver) {gotoAndStop ("meanimation", 20);} on (rollOut) {gotoAndStop (3);} on (release) {gotoAndPlay ("animationpush", 10);} When i preview the animation, and i roll over the button, it goes to my rollover clip and stops, as it should, but when I roll over the animation it stays on the roll over clip... What am i doing wrong? Thanks so much, Jake |
|
#2
|
|||
|
|||
|
1st i would change the codeing ..
*[as] on(rollOver){ _root.meanimation.gotoAndStop(20); [/as]* *[as] on(rollOut){ _root.gotoAndStop(3); } [/as]* *[as] on(release){ _root.animationpush.gotoAndPlay(10); } [/as]* try this ..without the *[as]and [/as]*this is supposed to show it in format but on this site it doesnt work i just found out .. cheers |
|
#3
|
|||
|
|||
|
i got it...thanks a bunch
|
|
#4
|
|||
|
|||
|
NP m8 enjoy !
![]() |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > on (rollout) problems? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|