Help - Next Slide

Questions and answers about Screens-based FLA files, Behaviors, Extensions+Extensibility, Commands and so on.
Post Reply
jay_hamill
Posts: 1
Joined: Mon Jun 30, 2003 5:56 pm

Help - Next Slide

Post by jay_hamill » Sun Oct 31, 2004 6:52 am

Is it possible to advance a Flash presentation to the next slide without user interaction? Basically, I would like my presentation to automatically move to the next slide after the last frame in the current slide.

I tried adding a behavior to the last frame in each slide to Go to Next Slide, however, now my slides just go to the next slide as soon as they are revealed. When I add a Go to Next Slide at the last frame in only the first slide, it works, as do all the ones after that are the same length, but ones that are longer don't display long enough.

Also, I do not need to set any time interval for displaying, my slides are the proper length so they just need to go to the next slide at the last frame.

Your help would be greatly appreciated. Thanks.

RickHenderson
Posts: 2
Joined: Mon Jun 30, 2003 5:56 pm

Re: Help - Next Slide

Post by RickHenderson » Sun Oct 31, 2004 6:13 pm

I'm having similar problems, and as well some of my screens have animations but again they all end when I want them too.

I had some problems just getting the left and right cursor keys to work well. On the first slide you had click once with the left mouse button but on all following slides you can use the cursor keys.

How can I find out if there are any behaviours left lying around that I don't want anymore?

Any help on automated transitions (or just moving from slide to slide) would be appreciated.

If we can make a slide advance using Transitions, which event do we use?

RickHenderson
Posts: 2
Joined: Mon Jun 30, 2003 5:56 pm

Re: Help - Next Slide

Post by RickHenderson » Mon Nov 01, 2004 5:34 am

[quote="jay_hamill"]Is it possible to advance a Flash presentation to the next slide without user interaction? Basically, I would like my presentation to automatically move to the next slide after the last frame in the current slide.

I tried adding a behavior to the last frame in each slide to Go to Next Slide, however, now my slides just go to the next slide as soon as they are revealed. When I add a Go to Next Slide at the last frame in only the first slide, it works, as do all the ones after that are the same length, but ones that are longer don't display long enough.[quote]
That sounds interesting when I re-read it. I was able to put gotoNextSlide(); in a few places at the end of my timelines and it works for some, but now it loops repeatedly into unexpected slides.

-Rick

St_Andrew
Posts: 1
Joined: Mon Jun 30, 2003 5:56 pm

Re: Help - Next Slide

Post by St_Andrew » Mon Nov 01, 2004 4:55 pm

I have the same problem as you guys. I put the good from the next button on the last frame in every screen, works rather well. Now my only problem is that all my sounds start at the same time.... =/

Code: Select all

var screen = null;
     var target = this;
     while((screen == null) && (target != undefined) && (target != null))
     {
       if(target instanceof mx.screens.Screen)
       {
         screen = target;
       }
       else
       {
         target = target._parent;
       }
     }
     
     // If there's a Slide to apply the behavior to, then do so
     if(screen instanceof mx.screens.Slide)
     {
       screen.rootSlide.currentSlide.gotoNextSlide();

sneakersupplier
Posts: 94
Joined: Fri Sep 18, 2009 4:53 am
Contact:

Very touching story of four life

Post by sneakersupplier » Thu Oct 14, 2010 4:52 am

Supporting authors, said that very good!
good site: <a href="http://www.salelvbags.com">Louis Vuitton Handbags</a>
thank you!

Post Reply