Extends
- Instance
Members
シーン内に設置されたJavaScript情報を配列で返す
Returns an array of JavaScript information placed in the sceneタイムライン内の再生ヘッドが置かれているフレームの番号を示します。
Indicates the number of the frame in the timeline at which the playback head is placed.シンボルを指定した時の継承先を返す
Returns the inheritance destination when a symbol is specified.タイムラインに設置した全てのラベルを配列で返す
Returns an array of all labels placed on the timeline設置された全てのレイヤーを配列で返す
Returns all installed layers as an arrayシーン内に設置されたサウンド情報を配列で返す
Returns an array of sound information placed in the sceneMovieClip インスタンス内のフレーム総数です。
The total number of frames in the MovieClip instance.
Methods
シーンにレイヤーを追加
Adding Layers to a SceneName Type Default Description layer
Layer null optional Returns:
Type Description void シーン移動時に、直前に表示していたシーンをリストに追加する
When moving scenes, add the scene that was displayed immediately before to the list.Returns:
Type Description void 指定フレームに配置されたDisplayObjectを設置
DisplayObject placed in the specified frameName Type Default Description frame
number 1 optional Returns:
Type Description void 全てのLayerオブジェクトを削除
Delete all Layer objectsReturns:
Type Description void MovieClipクラスを複製
Duplicate MovieClip classReturns:
Type Description MovieClip Next2DのDisplayObjectを生成
Generate Next2D DisplayObjectName Type Default Description place
object range
object parent_frame
number 0 optional Returns:
Type Description next2d.display.Sprite 指定フレームのJavaScript情報を削除
Delete JavaScript information for specified framesName Type Description frame
number Returns:
Type Description void 指定フレームに設置したラベル情報を削除
Delete label information placed in the specified frameName Type Description frame
number Returns:
Type Description void 指定したIDのLayerオブジェクトを削除
Delete Layer object with specified IDName Type Description layer_id
number Returns:
Type Description void 指定したフレームのサウンド情報を削除
Delete sound information for the specified frameName Type Description frame
number Returns:
Type Description void 指定したフレームのJavaScript情報を返す
Returns JavaScript information for the specified frameName Type Description frame
number Returns:
Type Description string 表示領域(バウンディングボックス)のObjectを返す
Returns the Object of the display area (bounding box)Name Type Default Description matrix
array [1, 0, 0, 1, 0, 0] optional place
object null optional range
object null optional parent_frame
number 0 optional Returns:
Type Description object 指定フレームのラベルを返す
Returns the label of the specified frameName Type Description frame
number Returns:
Type Description object 指定したIDのLayerオブジェクトを返す
Returns a Layer object with the specified IDName Type Description layer_id
number Returns:
Type Description Layer 指定したフレームのサウンド情報を配列で返す
Returns an array of sound information for a given frameName Type Description frame
number Returns:
Type Description array 指定フレームにJavaScript情報の設定の有無を判定
Judges whether JavaScript information is set in the specified frame.Name Type Description frame
number Returns:
Type Description boolean 指定したフレームにサウンド情報が設置されているか判定
Determines if sound information is installed in the specified frameName Type Description frame
number Returns:
Type Description boolean 初期起動関数
initial invoking functionName Type Default Description init
boolean false optional Returns:
Type Description void 指定したシーンへ移動
Go to the specified sceneName Type Description event
Event Returns:
Type Description void 指定したフレームにJavaScript情報を登録する
Register JavaScript information in the specified frameName Type Description frame
number script
string Returns:
Type Description void 指定フレームにラベルをセットする
Sets a label on the specified frameName Type Description frame
number value
string Returns:
Type Description void IDを指定してLayerオブジェクトを登録
Register a Layer object by specifying its IDName Type Description layer_id
number layer
Layer Returns:
Type Description void 指定したフレームにサウンド情報を登録
Register sound information to the specified frameName Type Description frame
number sounds
array Returns:
Type Description void このアイテムが設定されたDisplayObjectが選択された時
内部情報をコントローラーに表示する
When a DisplayObject with this item set is selected,
internal information is displayed on the controller.Name Type Default Description place
object name
string "" optional Returns:
Type Description void シーン終了関数
end-of-scene functionReturns:
Type Description void クラス内の変数をObjectにして返す
Return variables in a class as ObjectsReturns:
Type Description object 書き出し用のObjectを返す
Returns an Object for exportReturns:
Type Description object