This content has been marked as final.
Show 5 replies
-
1. Re: button inside movie won't react to rollOver
kglad Jan 28, 2008 9:04 PM (in response to Dewdan)use a loop and hitTest(). -
2. button inside movie won't react to rollOver
Dewdan Jan 29, 2008 3:16 AM (in response to kglad)i am not expert coder so I have make a movie clip to the Mouse so I startDrag() and use the hit test to change the status of my Buton.mc.
But i am still unnable to use on(press), and all the other mouse functions because they are use by the main movieClip
if you would be so kind and explain me how to do that or a link to some tutorial I would really appreciate. -
3. Re: button inside movie won't react to rollOver
kglad Jan 29, 2008 7:47 AM (in response to Dewdan)you must remove all mouse handlers assigned to all ancestor movieclips. use a loop and hittests to replace all those mouse handlers that you removed.
for example:
-
4. Re: button inside movie won't react to rollOver
Dewdan Jan 29, 2008 1:00 PM (in response to Dewdan)thanks that was right on the spot.
-
5. Re: button inside movie won't react to rollOver
kglad Jan 29, 2008 2:47 PM (in response to Dewdan)you're welcome.