ActionScript 2.0 Components Language Reference |
|
|
|
| Slide class > Slide.lastSlide | |||
Flash Player 6 (6.0.79.0).
Flash MX Professional 2004.
mySlide.lastSlide
Property (read-only); returns the last child slide of mySlide that has no child slides.
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;

|
|
|
|