i’m having trouble playing a movie that is encapsulated in a button. the movie will play originally, but it does not play on mouse release as it should.
on my main timeline i have the button with the name ball_button. inserted on the up frame of the button’s timeline is a movie clip, instance name ball_movie.
why doesn’t this work:
[AS]ball_button.onRelease = function()
ball_button.ball_movie.play();
}{[/AS]
?
i don’t really understand how to call encapsulated movies… please help!