b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » Message 2134425

#
(, Sun 12 Oct 2003, 12:09, archived)
# Woo!

Sorry to threadjack but in flash how do I make a page not play until a button is clicked?
(, Sun 12 Oct 2003, 12:14, archived)
# Put a stop() in the timeline
And a play() on the button (or parent.play() or play next or something)
(, Sun 12 Oct 2003, 12:15, archived)
# Emm...
How do I put the stop in?
(, Sun 12 Oct 2003, 12:17, 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)
# On the frame you want it to stop
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)
# Yay!
It works! Thank you very very much to everyone who helped.
(, Sun 12 Oct 2003, 12:22, archived)
# .
insert a button and add an actionscript stop, then add actionscrpt play to the button on mouse release
(, Sun 12 Oct 2003, 12:16, archived)
# How peculiar.
Wouldn't want to meet one of those in a dark alley...
(, Sun 12 Oct 2003, 12:18, archived)