View Full Version : Powerpoint style presentation using Flash
johnny2002gr
12-29-2001, 10:47 PM
Hi to all. I'm new in flash, If anyone can help me please to do. I have create a movie with 10 scenes. I want to navigate with a button from scene 1 to scene 2 and from there to next and so on (something analogous to Powerpoint presentations where you can navigate from one slight to other). What actions i have to add to the button to go from one scene to other?
Jesse
12-29-2001, 11:03 PM
on (release) {
gotoAndPlay("Scene2",1);
}
And the same for each of your other scenes. This code goes on a button on the stage (it wont work if it's on a button within a Movie Clip).
You can also use the standard nextScene();// within the on (relase) handler, as above... but that is equivalent to gotoAndStop() so it might not achieve the effect you want.
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.