This page was saved using jaction on 2006-09-04 8:34:01.
Address: http://flexdocs.kr/docs/flex2/langref/flash/display/Scene.html
Title: flash.display.Scene (Flex™ 2 레퍼런스 가이드)  •  Size: 19531
Packageflash.display
Classpublic final class Scene
InheritanceScene Inheritance Object

Scene 클래스에는, 장면내의 프레임의 이름, label, 수를 식별할 수 있는 property가 있습니다. MovieClip 클래스의 currentScene property는, MovieClip 인스턴스의 타임 라인내의 재생 헤드가 놓여져 있는 장면을 식별하는 Scene object입니다. MovieClip 클래스의 scenes property는, Scene object의 배열입니다. 또, MovieClip 클래스의 gotoAndPlay()gotoAndStop() Methods는, Scene object를 Parameters로서 사용합니다.

See also

MovieClip.currentScene
MovieClip.scenes
MovieClip.gotoAndPlay()
MovieClip.gotoAndStop()


Public property
 property정의
 Inheritedconstructor : Object
특정의 object 인스턴스의 클래스 object 또는 constructor    함수에의 참조입니다.
Object
  labels : Array
[read-only] 장면의 FrameLabel object의 배열입니다.
Scene
  name : String
[read-only] 장면명입니다.
Scene
  numFrames : int
[read-only] 장면내의 프레임의 수입니다.
Scene
 Inheritedprototype : Object
[static] 클래스 또는 함수 object의 prototype object에의 참조입니다.
Object
Public Methods
 Methods정의
 InheritedhasOwnProperty (name:String ):Boolean
object로 지정된 property가 정의되고 있는지 어떤지를 나타냅니다.
Object
 InheritedisPrototypeOf (theClass:Object ):Boolean
Object 클래스의 인스턴스가, Parameters로서 지정된 object의 prototype 체인내에 있을지 어떨지를 나타냅니다.
Object
 InheritedpropertyIsEnumerable (name:String ):Boolean
지정된 property가 존재해, 열거 가능한가 어떤가를 나타냅니다.
Object
 InheritedsetPropertyIsEnumerable (name:String , isEnum:Boolean = true):void
루프 처리에 대한 다이나믹 property의 가용성을 설정합니다.
Object
 InheritedtoString ():String
지정된 object의 string 표현을 돌려줍니다.
Object
 InheritedvalueOf ():Object
지정된 object의 원시적치를 돌려줍니다.
Object
property의 상세
labelsproperty
labels:Array   [read-only]

장면의 FrameLabel object의 배열입니다. 각 FrameLabel object에는, label에 대응하는 프레임수를 지정하는 frame property, 및 name property가 있습니다.

Implements
    public function get labels():Array

See also

nameproperty 
name:String   [read-only]

장면명입니다.

Implements
    public function get name():String
numFramesproperty 
numFrames:int   [read-only]

장면내의 프레임의 수입니다.

Implements
    public function get numFrames():int






 

코멘트가 추가되었을 경우, 메일로 받기. | 코멘트 리포트

현재의 페이지: http://flexdocs.kr/docs/flex2/langref/flash/display/Scene.html