Class Frame
The Frame class represents a frame in a MovieClip.
Constructor Attributes | Constructor Name and Description |
---|---|
Frame()
Constructor.
|
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 Attributes | Method Name and Description |
---|---|
render(context, x, y)
Simple render interface.
|
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