PDA

View Full Version : problem with AS on buttons within mc's



mindfriction
July 13th, 2003, 08:37 AM
Hey people,

Having a small problem.

I have an mc with a button nested inside and on this button I have AS for the rollOver and rollOut to play certain frames of the mc. The problem is when I use this mc (called 'mybutton_mc') in a menu system and I want to add AS to it to navigate to different areas, ie adding onPress to this mc, it kill's the AS on the rollOver and rollOut functions of the button within.

Anyone??

eyezberg
July 13th, 2003, 10:54 AM
Simple: if you add onMouseEvent actions to the clip, it behaves like a button (so internal AS gets killed), not like a clip anymore..