ActionScript 2.0 Components Language Reference |
|
|
|
| Slide class > Slide.gotoLastSlide() | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
mySlide.gotoLastSlide()
None.
Nothing.
Method; navigates to the last leaf slide in the tree of child slides beneath mySlide. This method is ignored when called from within a slide's on(hide) or on(reveal) event handler if that event was a result of another slide navigation.
In the slide hierarchy illustrated below, the following method calls would navigate to the slide named Intro_bullet_1_2:
Presentation.Intro.gotoLastSlide(); Presentation.Intro.Intro_bullet_1.gotoLastSlide();
These method calls would navigate to the slide named Intro_bullet_2_1:
Presentation.gotoLastSlide(); Presentation.Intro.gotoLastSlide();

Slide.gotoSlide(), Slide.lastSlide
|
|
|
|