Flash Playground.sendGameOverEvent()

From J2Play

Jump to: navigation, search

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();
Personal tools