This content has been marked as final.
Show 4 replies
-
1. Re: How to disable the script
kglad Oct 15, 2012 1:34 PM (in response to nikolaig)remove the listener when you click a home button:
Home_btn_RollOver_mc.removeEventListener(MouseEvent.ROLL_OUT, outHandler_HomeAbUs_RollOver_btn);
-
2. Re: How to disable the script
sinious Oct 15, 2012 1:36 PM (in response to nikolaig)What is reverse()? An effect? Tween? Psuedo code?
If you're talking about stopping the playhead I'm sure you know you just use the stop() method on any MovieClip.
-
3. Re: How to disable the script
nikolaig Oct 15, 2012 8:52 PM (in response to sinious)It was a code from tweening with greensock. I wanted to stop the code, not the play head.
kglad got me the right answer, thanks
-
4. Re: How to disable the script
kglad Oct 16, 2012 8:29 AM (in response to nikolaig)you're welcome.



