User Guide

Slide class (Flash Professional only) 707
This method call would navigate to the slide named Intro_bullet_2_1:
Presentation.Intro.Intro_bullet_2.gotoFirstSlide();
See also
Slide.firstSlide
, Slide.revealChild
Slide.gotoLastSlide()
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.gotoLastSlide()
Parameters
None.
Returns
Nothing.
Description
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.