Flash Playground.sendGameOverEvent()
From J2Play
Contents |
Description
Triggers code assoisated when the game is finished. This function should be called whenever the current game is over.
Syntax
public function sendGameOverEvent() : Void
Parameters
None
Return Value
None
Examples
Send the game over event
import ca.j2x.flash.Playground; Playground.sendGameOverEvent();
