MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 281

Extending flash
Table of Contents

Advertisement

Description
Property; a Boolean value; if set to
with the main timeline.
Example
The following example specifies that tweened object should be synchronized with the
timeline:
fl.getDocumentDOM().getTimeline().layers[0].frames[0].motionTweenSync =
true;
frame.name
Availability
Flash MX 2004.
Usage
frame.name
Description
Property; a string that specifies the name of the frame.
Example
The following example sets the name of the first frame, top layer to
stores the
value in the
name
fl.getDocumentDOM().getTimeline().layers[0].frames[0].name = 'First Frame';
var frameLabel =
fl.getDocumentDOM().getTimeline().layers[0].frames[0].name;
frame.setCustomEase()
Availability
Flash 8.
Usage
frame.setCustomEase( property, easeCurve )
, synchronizes the animation of the tweened object
true
variable:
frameLabel
and then
"First Frame"
Frame object
281

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents