| Package | com.whirled.contrib.platformer |
| Class | public class PlatformerController |
| Subclasses | ClientPlatformerController, ServerController |
| Method | Defined by | ||
|---|---|---|---|
|
PlatformerController(disp:DisplayObject)
| PlatformerController | ||
|
endGame():void
| PlatformerController | ||
|
shutdown():void
| PlatformerController | ||
|
startBackgroundMusic(track:String, crossfade:Boolean = true, loop:Boolean = true):void
| PlatformerController | ||
| Method | Defined by | ||
|---|---|---|---|
|
addGameListeners():void
| PlatformerController | ||
|
addOccupantListeners():void
| PlatformerController | ||
| PlatformerController | |||
| PlatformerController | |||
| PlatformerController | |||
| PlatformerController | |||
| PlatformerController | |||
| PlatformerController | |||
|
handleGameEnded(... ignored):void
| PlatformerController | ||
|
handleGameStarted(... ignored):void
| PlatformerController | ||
|
handleOccupantLeft(event:OccupantChangedEvent):void
| PlatformerController | ||
|
removeGameListeners():void
| PlatformerController | ||
|
removeOccupantListeners():void
| PlatformerController | ||
|
run():void
| PlatformerController | ||
| PlatformerController | () | constructor |
public function PlatformerController(disp:DisplayObject)Parameters
disp:DisplayObject |
| addGameListeners | () | method |
protected function addGameListeners():void
| addOccupantListeners | () | method |
protected function addOccupantListeners():void
| createBoard | () | method |
| createDynamicFactory | () | method |
| createGameController | () | method |
| createMessageManager | () | method |
| createPersistenceManager | () | method |
| createPieceFactory | () | method |
| endGame | () | method |
public function endGame():void
| handleGameEnded | () | method |
protected function handleGameEnded(... ignored):voidParameters
... ignored |
| handleGameStarted | () | method |
protected function handleGameStarted(... ignored):voidParameters
... ignored |
| handleOccupantLeft | () | method |
protected function handleOccupantLeft(event:OccupantChangedEvent):voidParameters
event:OccupantChangedEvent |
| removeGameListeners | () | method |
protected function removeGameListeners():void
| removeOccupantListeners | () | method |
protected function removeOccupantListeners():void
| run | () | method |
protected function run():void
| shutdown | () | method |
public function shutdown():void
| startBackgroundMusic | () | method |
public function startBackgroundMusic(track:String, crossfade:Boolean = true, loop:Boolean = true):voidParameters
track:String |
|
crossfade:Boolean (default = true) |
|
loop:Boolean (default = true) |