
Sorry to threadjack but in flash how do I make a page not play until a button is clicked?

And a play() on the button (or parent.play() or play next or something)
( ,
Sun 12 Oct 2003, 12:15,
archived)

make a new layer, insert a frame at the right moment and click stop on action menu
( ,
Sun 12 Oct 2003, 12:18,
archived)

press F6 to create a Key frame
Right click on that block in the timeline and choose Actions
Then from basic actions (in the left hand panel) double click on stop() so it adds it to your script.
( ,
Sun 12 Oct 2003, 12:19,
archived)
Right click on that block in the timeline and choose Actions
Then from basic actions (in the left hand panel) double click on stop() so it adds it to your script.