PDA

View Full Version : onRollOver not obeying movie clip depth!


Amy_Saunders
08-08-2005, 04:03 AM
Hello. I have a movie clip which has an onRollover action applied to it (when rolled over, something happens). I have created another movie clip which hides half of the one with the onRollover action. My problem is that the onRollover action is still being executed, even when the mouse rolls over the half of the movie clip that is being hidden

I have set the depth of the two movie clips correctly. The movie clip that hides half of my other movie clip is at a higher depth. To be sure it wasn't me, I even tried switching their depths, but the same problem occurs.

If anyone has any ideas I would greatly appreciate it.

Thanks!

saumya
08-08-2005, 07:34 AM
That is obvious.if you have a clip and on top of it you have another clip.Then also the clip behind will react to its onRollOver, onRollout etc actions.

Amy_Saunders
08-08-2005, 04:25 PM
Well perhaps you could be a bit more insightful as to ways in which I could solve this problem...