Skip to main content
Known Participant
April 17, 2007
Question

Movie clip within a movie clip not working

  • April 17, 2007
  • 3 replies
  • 281 views
Hi everyone,

I have made a movie clip which can be dragged on stage. This dragable movie clip in turn contains a text box and two scroll buttons. The scroll buttons should scroll the text in the text box. When I publish the movie, the parent movie clip can be dragged but the scroll buttons nested inside it do not work. Doesn’t flash support interactive nested movie clips. If not, does any one know of any other way to achieve this result?

Cheers!

Essaeyu
This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
April 19, 2007
you're welcome.
essaeyuAuthor
Known Participant
April 19, 2007
Thanks kglad
kglad
Community Expert
Community Expert
April 17, 2007
you can't assign mouse handlers to a parent movieclip and expect a child movieclip to respond to mouse events: the parent will intercept those events.

to remedy, either assign all your mouse handlers on the child generation movieclips or use a hitTest() for one of the generations.