I have a MC inside an MC, and i cant seem to get it to respond to actionscript
commands like on (rollover), I cant even get the prefab buttons that you can
drag and drop in to respond to mouse overs when it inside another mc, any
pointers?
Rothrock - 14 Jul 2008 22:31 GMT
Without seeing any/your code it is hard to know what the problem is.
My guess is that you have mouse events assigned to the parent clip. In that
case every pixel of the child clip is also a pixel of the parent clip so the
parent mouse event handler "captures" the event before it has a chance to get
down to the child level.
But it could also be something else entirely. Can you give more detail, show
your code or pose a link?