MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 1157

Components language reference
Table of Contents

Advertisement

Returns
Nothing.
Description
Method; navigates to the last leaf slide in the tree of child slides beneath
. This
mySlide
method is ignored when called from within a slide's
or
event handler if
on(hide)
on(reveal)
that event was a result of another slide navigation.
Example
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();
See also
,
Slide.gotoSlide()
Slide.lastSlide
Slide.gotoLastSlide()
1153

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents