| Package | flash.display |
| Class | public final class FrameLabel |
| Inheritance | FrameLabel Object |
| Language Version: | ActionScript 3.0 |
| Runtime Versions: | 1.0, 9 |
labels
property, which is an array
of FrameLabel objects for the scene.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : Object A reference to the class object or constructor function for a given object instance. | Object | |
| frame : int [read-only] The frame number containing the label. | FrameLabel | ||
| name : String [read-only] The name of the label. | FrameLabel | ||
![]() | prototype : Object [static] A reference to the prototype object of a class or function object. | Object | |
| frame | property |
frame:int [read-only] | Language Version: | ActionScript 3.0 |
| Runtime Versions: | 1.0, 9 |
The frame number containing the label.
public function get frame():int| name | property |
name:String [read-only] | Language Version: | ActionScript 3.0 |
| Runtime Versions: | 1.0, 9 |
The name of the label.
public function get name():String