Skip to main content
Participant
May 22, 2007
Question

Please some help!!

  • May 22, 2007
  • 1 reply
  • 158 views
Thanks for reading this, I'm a newbie to flash and I have a problem....!!

I'm doing a flash website with actionscript, the problem is that I have a menu that I have converted to a movie-clip for it is a "pop-down" menu. The thing is that I managed to make it, at least I think so, but when I try to link one of the submenus to another frame in a new layer it doesn't do anything. I have added some actions of stop at frame one but I don't know if it is the right thing.

Please help me, I really need to have this done by thursday!!

Thanks
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 22, 2007
if you have code attached to the parent (pop-down), the child movieclips will not respond to mouse events in as 2.0.

to remedy, use a hitTest for the parent (or children) or code your mouse handlers for the youngest generation.