PDA

View Full Version : How do I inactivate rollover/out events when mc is playing?


whoknows361
10-08-2005, 05:31 PM
Hello, and thank you in advance for your help. Here is the prob.

I have a button, which when clicked starts an animated sequence in another area of my movie. This button also has an on(rollover) & an on(rollout) event on it which affects the look of the movie. I am using these rollover/out events to simply dress my movie up before the user clicks a button... however here is the prob: when a user clicks a button the animation begins, but if they rollover or out on the same button or another button - the animation is affected.

How can I get the rollover/out events to be inactive only after a user clicks the button and the animation begins? I hope this is enough description. thanks

Jonathan

mayur_vnit
10-09-2005, 08:48 AM
can u please post the zip file

whoknows361
10-09-2005, 09:13 PM
Here is the file - an example at least. Thanks again for your help.

mayur_vnit
10-10-2005, 04:44 AM
i have done what you wanted setting one flag...
you can see that in attached file..

i think you can not delete the rollOver effect by
something like
delete this.rollOver (as in delete this.onEnterFrame)
till now i have never done anything like this

whoknows361
10-10-2005, 04:46 PM
Thanks so much for your help. This is exactly what I needed! setting a simple variable in the first frame! perfect