Skip to main content
Participant
February 4, 2007
Question

button within movieclip

  • February 4, 2007
  • 1 reply
  • 203 views
Hello!

I have created a movieclip with an invisible button instance contained within, the problem I am having is that when I create further instances of thie movieclip and try to add behaviours to load other movieclips to the cointained button instance, all instances are updated and every button links to the same file!?!

Hope someone can help..

Thanks!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
February 4, 2007
don't code your button's mouse handlers on the movieclip's timeline. code them on the timeline that contains your movieclip.

in particular, do not attach your code to buttons. you must use code attached to the timeline.