Slide.lastSlide

Availability

Flash Player 6 (6.0.79.0).

Edition

Flash MX Professional 2004.

Usage

mySlide.lastSlide

Description

Property (read-only); returns the last child slide of mySlide that has no child slides.

Example

The following statements are all true concerning the slide hierarchy shown below:

Presentation.lastSlide._name == Results_bullet_1;
Intro.lastSlide._name == Intro_bullet_1_2;
Intro_bullet_1.lastSlide._name == Intro_bullet_1_2;
Results.lastSlide._name = Results_bullet_1;