Class List

Class Frame

The Frame class represents a frame in a MovieClip.

Class Summary
Constructor Attributes Constructor Name and Description
 
Frame()
Constructor.
Field Summary
Field Attributes Field Name and Description
 
The display object of the frame.
 
Specify a frame the playhead moves to, it can be either frameNumber or frameLabel.
 
The label of the frame.
 
Specify the number of frames to pause.
 
A Boolean indicates whether stop after this frame.
Method Summary
Method Attributes Method Name and Description
 
render(context, x, y)
Simple render interface.
Class Detail
Frame()
Constructor.
Field Detail
disObj
The display object of the frame.

gotoFrame
Specify a frame the playhead moves to, it can be either frameNumber or frameLabel.

label
The label of the frame.

pauseFrames
Specify the number of frames to pause.

stop
A Boolean indicates whether stop after this frame.
Method Detail
render(context, x, y)
Simple render interface.
Parameters:
context
x
y

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jul 25 2011 15:02:39 GMT+0800 (CST)