PDA

View Full Version : How do I get my movie to not play right away?


MontyPY
04-25-2002, 12:56 AM
I want it to not play right when it loads, and have a button that plays it instead. I got the button, but im not sure how to stop the movie from playing right away.

any help?

thanks,
ben

Ace1DW1
04-25-2002, 01:14 AM
Blank

Ace1DW1
04-25-2002, 01:14 AM
stop ();

this stops it

ai_falcon
04-25-2002, 02:31 AM
and for the button

on (release) {
gotoAndPlay(2);
}