MACROMEDIA FLASH MX 2004-USING COMPONENTS Use Manual page 720

Using components
Hide thumbs Also See for FLASH MX 2004-USING COMPONENTS:
Table of Contents

Advertisement

See also
Slide.hideChild
Slide.rootSlide
Availability
Flash Player 6 (6.0 79.0).
Edition
Flash MX Professional 2004.
Usage
mySlide.rootSlide
Description
Property (read-only); returns the root slide of the slide tree, or slide subtree, that contains
.
mySlide
Example
Suppose you have a movie clip on a slide that, when clicked, goes to the first slide in the
presentation. To accomplish this, you would attach the following code to the movie clip:
on(press) {
_parent.rootSlide.gotoFirstSlide();
}
In this case,
_parent
720
Chapter 6: Components Dictionary
refers to the slide that contains the movie clip object.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-USING COMPONENTS and is the answer not in the manual?

This manual is also suitable for:

Flash mx

Table of Contents