Package | flash.display |
Class | public final class FrameLabel |
Inheritance | FrameLabel Object |
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
labels
property, which is an array
of FrameLabel objects for the scene.
See also
Scene.labels
MovieClip.currentLabel
MovieClip.currentScene
MovieClip.scenes
MovieClip.gotoAndPlay()
MovieClip.gotoAndStop()
MovieClip.currentLabel
MovieClip.currentScene
MovieClip.scenes
MovieClip.gotoAndPlay()
MovieClip.gotoAndStop()
Public Properties
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 |
Public Methods
Property Detail
frame | property |
frame:int
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
The frame number containing the label.
Implementation
public function get frame():int
name | property |
name:String
[read-only] Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 9, AIR 1.0 |
The name of the label.
Implementation
public function get name():String
Fri Mar 19 2010, 02:45 AM -07:00