View Full Version : What script makes a simple play button that actually works.
Reorae
01-16-2010, 04:56 AM
:confused: I decided to step back and try to at least ask my little but big problem in this forum.
Every time I save a flash file which has all it's buttons working correctly when I re open it they no longer work.
I just want to start it all over and ask for a play button code that has the gotoandPlay in it's script.
walkblind
01-16-2010, 08:59 AM
When you say "Save a flash file..." do you mean publish it to a .swf file or just save the project .fla file?
I've written a simple application to demonstrate the simplest use of a button. you don't put any code inside of the button, but rather register an event listener on the frame that contains the button. Then, when the button is clicked, the event listener triggers the function to go to whatever frame you want.:)
Reorae
01-16-2010, 10:23 PM
when you say "save a flash file..." do you mean publish it to a .swf file or just save the project .fla file?
I've written a simple application to demonstrate the simplest use of a button. You don't put any code inside of the button, but rather register an event listener on the frame that contains the button. Then, when the button is clicked, the event listener triggers the function to go to whatever frame you want.:)
thank you !
;d
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.