put a stop(); command in the same frame number where the button resides. This prevents the movie from playing all by itself.
Then try this snippet for your button:
myBtn.onRelease = function() {
gotoAndPlay(2);//where 2 is the start frame number to play
};
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment