Flash Playground.showChallengeResult()
From J2Play
Contents |
Description
Shows the built in challenge result screen
Syntax
function showChallengeResult(challengeId : Number) : Void
Parameters
* @param challengeId the id of the challenge to show the results for
Return Value
N/A
Examples
Show the screen for the current challenge
Playground.showChallengeResult(challengeData.getId());
