包 | flash.display |
类 | public final class Scene |
继承 | Scene Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
currentScene
属性,它是可以标识以下场景的 Scene 对象:播放头位于 MovieClip 实例的时间轴中。MovieClip 类的 scenes
属性是 Scene 对象的数组。而且,MovieClip 类的 gotoAndPlay()
和 gotoAndStop()
方法使用 Scene 对象作为参数。
另请参见
属性 | 定义方 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
labels : Array [只读 (read-only)] 一个由场景的 FrameLabel 对象组成的数组。 | Scene | ||
name : String [只读 (read-only)] 场景的名称。 | Scene | ||
numFrames : int [只读 (read-only)] 场景中的帧数。 | Scene | ||
prototype : Object [静态]
对类或函数对象的原型对象的引用。 | Object |
labels | 属性 |
labels:Array
[只读 (read-only)] 语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
一个由场景的 FrameLabel 对象组成的数组。每个 FrameLabel 对象都包含一个 frame
属性,该属性指定与标签对应的帧编号以及 name
属性。
public function get labels():Array
另请参见
name | 属性 |
name:String
[只读 (read-only)] 语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
场景的名称。
public function get name():String
numFrames | 属性 |
numFrames:int
[只读 (read-only)] 语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0 Flash Player 9 |
场景中的帧数。
public function get numFrames():int