包 | flash.display |
类 | public final class Scene |
继承 | Scene Object |
语言版本: | ActionScript 3.0 |
运行时版本: | AIR 1.0, Flash Player 9, Flash Lite 4 |
currentScene
属性,它是可以标识以下场景的 Scene 对象:播放头位于 MovieClip 实例的时间轴中。MovieClip 类的 scenes
属性是 Scene 对象的数组。而且,MovieClip 类的 gotoAndPlay()
和 gotoAndStop()
方法使用 Scene 对象作为参数。
相关 API 元素
公共属性
属性 | 由以下参数定义 | ||
---|---|---|---|
constructor : Object
对类对象或给定对象实例的构造函数的引用。 | Object | ||
labels : Array [只读]
一个由场景的 FrameLabel 对象组成的数组。 | Scene | ||
name : String [只读]
场景的名称。 | Scene | ||
numFrames : int [只读]
场景中的帧数。 | Scene |
属性详细信息
labels | 属性 |
name | 属性 |
numFrames | 属性 |
Tue Jun 12 2018, 11:04 AM Z