| Package | org.wak.action.modern |
| Class | public class ActionControllerModern |
| Implements | IActionController |
| Property | Defined by | ||
|---|---|---|---|
| mActiveAction : BaseAction = null
The current active action.
| ActionControllerModern | ||
| mModernGui : ModernGui = null
Local reference to the mdoern Gui.
| ActionControllerModern | ||
| mPlayerChar : AdventureCharacter = null
Character the current player's character.
| ActionControllerModern | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| ActionControllerModern | ||
|
EndOfAction():void
Called from a PuzzleController when the consecuence of certain
action ended its execution.
| ActionControllerModern | ||
|
Initialize():void
| ActionControllerModern | ||
|
OnActionSelected(event:GuiEvent):void
| ActionControllerModern | ||
|
OnEnterScene(event:SceneEvent):void
| ActionControllerModern | ||
|
OnExitScene(event:SceneEvent):void
| ActionControllerModern | ||
|
OnInventoryItemOut(event:GuiEvent):void
| ActionControllerModern | ||
|
OnInventoryItemOver(event:GuiEvent):void
| ActionControllerModern | ||
|
OnInventoryItemSelected(event:GuiEvent):void
| ActionControllerModern | ||
|
OnSceneItemClick(event:SceneEvent):void
| ActionControllerModern | ||
|
OnSceneItemMouseOut(event:SceneEvent):void
| ActionControllerModern | ||
|
OnSceneItemMouseOver(event:SceneEvent):void
| ActionControllerModern | ||
|
OnSceneSpaceClick(event:SceneEvent):void
| ActionControllerModern | ||
| mActiveAction | property |
protected var mActiveAction:BaseAction = nullThe current active action.
| mModernGui | property |
protected var mModernGui:ModernGui = nullLocal reference to the mdoern Gui.
| mPlayerChar | property |
protected var mPlayerChar:AdventureCharacter = nullCharacter the current player's character.
| ActionControllerModern | () | constructor |
public function ActionControllerModern()Constructor.
| EndOfAction | () | method |
public function EndOfAction():voidCalled from a PuzzleController when the consecuence of certain action ended its execution.
| Initialize | () | method |
public function Initialize():void
| OnActionSelected | () | method |
| OnEnterScene | () | method |
| OnExitScene | () | method |
| OnInventoryItemOut | () | method |
| OnInventoryItemOver | () | method |
| OnInventoryItemSelected | () | method |
| OnSceneItemClick | () | method |
| OnSceneItemMouseOut | () | method |
| OnSceneItemMouseOver | () | method |
| OnSceneSpaceClick | () | method |