Slide.hidechild - MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference

Components language reference
Table of Contents

Advertisement

Also consider the following screen hierarchy, where a form object is the parent screen of two
separate slide trees:
Form_1
Slide1
Slide1_1
Slide1_2
Slide2
Slide2_1
Slide2_2
If the current slide is
are in different slide subtrees:
Slide2
Slide1_2.gotoSlide(Slide2_2);
Example
The following code, attached to a Button component, uses the
property and the
gotoSlide()
on(click) {
_parent.gotoSlide(_parent.currentSlide.nextSlide);
}
This is equivalent to the following code, which uses the
on(click) {
_parent.currentSlide.gotoNextSlide();
}
See also
Slide.currentSlide

Slide.hideChild

Availability
Flash Player 6 (6.0.79.0).
Edition
Flash MX Professional 2004.
Usage
on(hideChild) {
// Your code here.
}
, the following method call also fails, because
Slide1_2
method to display the next slide in the presentation.
,
Slide.gotoNextSlide()
Slide1
Slide.currentSlide
Slide.gotoNextSlide()
Slide.hideChild
and
method:
1159

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents