Skip to main content
April 27, 2009
Question

Need help with Flash Website Movie

  • April 27, 2009
  • 1 reply
  • 424 views

I'm trying to make a flash website that has clickable buttons that will play different movie clips. But I dont know how to make it to just play the movie clip with the button you click without playing all the movie clips on the main timeline.

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 27, 2009

apply the play() method to only the movieclip you want:

mc1.play();