Main Page | Packages | Class Tree | Index | Help

study

class ControllerView

MovieClip
  |
  +--study.ControllerView


class ControllerView
extends MovieClip

ゲームのコントローラーのViewとなるクラス.


Author:
nao seto


Field Summary

private
buttonA_mc: MovieClip
ジャンプボタン.

Constructor

public
ControllerView ( )
コンストラクタ.

Method Summary

public
init ( ): Void
初期化処理.

public
onPressA ( ): Void
Aボタンが押されたときに呼ばれるカスタムイベントハンドラ.



Field Documentation

buttonA_mc

private var buttonA_mc: MovieClip
ジャンプボタン.


Constructor Documentation

ControllerView

public function ControllerView()
コンストラクタ.

Returns:
Void


Method Documentation

init

public function init(): Void
初期化処理.

Returns:
Void

onPressA

public function onPressA(): Void
Aボタンが押されたときに呼ばれるカスタムイベントハンドラ.

コントローラー側から上書きされる.

Returns:
Void


The documentation was generated from the following file:


Generated on 2005/10/03 8:56:54 by AS2Doc