com.theoworlds.builder.CharacterLogicControlled

com.theoworlds.builder.CharacterLogicControlled

CharacterLogicControlled class - character logic that makes the character to be controlled (by mouse or keyboard) - used for “I” character

Version

1.0

Author

© TheoWorlds.com, 2007-2009.

Summary
com.theoworlds.builder.CharacterLogicControlledCharacterLogicControlled class - character logic that makes the character to be controlled (by mouse or keyboard) - used for “I” character
Functions
CharacterLogicControlled
startThinking
stopThinking
thinkingLoop

Functions

CharacterLogicControlled

public function CharacterLogicControlled(character: Character,
autoStart: Boolean,
initObj: Object)

startThinking

public function startThinking():Void

stopThinking

public function stopThinking():Void

thinkingLoop

private function thinkingLoop(_this: CharacterLogic):Void
CharacterLogic class - stores the character logic.
public function CharacterLogicControlled(character: Character,
autoStart: Boolean,
initObj: Object)
public function startThinking():Void
public function stopThinking():Void
private function thinkingLoop(_this: CharacterLogic):Void
Close