Slide.getchildslide() - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Example
In the hierarchy of slides shown below, the following statements are both true:
Presentation.Intro.firstSlide == Intro_bullet_1_1;
Presentation.Intro_bullet_1.firstSlide == Intro_bullet_1_1;

Slide.getChildSlide()

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.getChildSlide(childIndex)
Parameters
The zero-based index of the child slide to return.
childIndex
Returns
A slide object.
Description
Method; returns the child slide of
whose index is
. You can use this
mySlide
childIndex
method to iterate over a set of child slides whose indices are known.
1150
Slide class (Flash Professional only)

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents