Packageartcustomer.maxima.core.game
Classpublic class DisplayGame
InheritanceDisplayGame Inheritance AbstractEngineDisplayObject Inheritance AbstractEngineInteractiveObject Inheritance AbstractEngineObject Inheritance flash.events.EventDispatcher

DisplayGame



Protected Properties
 PropertyDefined By
 Inherited_isAvailableForHistory : Boolean
AbstractEngineObject
Public Methods
 MethodDefined By
  
DisplayGame(aName:String)
Constructor
DisplayGame
 Inherited
Adds a child AbstractUIDisplayObject instance to this AbstractEngineDisplayObject instance.
AbstractEngineDisplayObject
 Inherited
Inject destroy destroy on object.
AbstractEngineObject
 Inherited
callEntry():void
Inject onEntry destroy on object.
AbstractEngineObject
 Inherited
callExit():void
Inject onExit destroy on object.
AbstractEngineObject
 Inherited
callRender():void
Inject render method on object.
AbstractEngineObject
 Inherited
callResize():void
Inject resize methid on object.
AbstractEngineObject
 Inherited
injectControl(method:String, control:IGameControl):void
Inject control into object (called by EngineObjectManager)
AbstractEngineInteractiveObject
 Inherited
Removes a child AbstractUIDisplayObject from the specified index position in the child list of the AbstractEngineDisplayObject.
AbstractEngineDisplayObject
 Inherited
toString():String
[override] Get String format of object.
AbstractEngineObject
Protected Methods
 MethodDefined By
  
destroy():void
[override] Destructor.
DisplayGame
 Inherited
formatToString(object:*, className:String, ... properties):String
Get String format of object.
AbstractEngineObject
 Inherited
mapControl(action:String, table:ControlTable):void
Map control in DirectInputEngine.
AbstractEngineInteractiveObject
 Inherited
On control fast repeated.
AbstractEngineInteractiveObject
 Inherited
On control pressed.
AbstractEngineInteractiveObject
 Inherited
On control released.
AbstractEngineInteractiveObject
 Inherited
On control repeated.
AbstractEngineInteractiveObject
  
onEntry():void
[override] Entry point.
DisplayGame
  
onExit():void
[override] Exit point.
DisplayGame
  
pause():void
Pause game.
DisplayGame
 Inherited
render():void
Render object.
AbstractEngineObject
 Inherited
resize():void
Resize object.
AbstractEngineObject
 Inherited
restart():void
Restart object.
AbstractEngineObject
  
resume():void
Resume game.
DisplayGame
  
start():void
Start Game, call this method when game is ready.
DisplayGame
 Inherited
Unmap all controls in DirectInputEngine.
AbstractEngineInteractiveObject
 Inherited
unmapControl(action:String):void
Unmap control in DirectInputEngine.
AbstractEngineInteractiveObject
Events
 Event Summary Defined By
 InheritedAbstractEngineObject
 InheritedAbstractEngineObject
Constructor Detail
DisplayGame()Constructor
public function DisplayGame(aName:String)

Constructor

Parameters
aName:String — : Name of the object, used as key in NavigationSystem. Required !
Method Detail
destroy()method
override protected function destroy():void

Destructor. Override it and call at end !

onEntry()method 
override protected function onEntry():void

Entry point. Override it and call it at begin !

onExit()method 
override protected function onExit():void

Exit point. Override it and call it at end !

pause()method 
protected function pause():void

Pause game.

resume()method 
protected function resume():void

Resume game.

start()method 
protected function start():void

Start Game, call this method when game is ready. Override it !