Flash Challenge.getDisplayMessage()
From J2Play
Contents |
Description
Get the display message for the user
Syntax
public function getDisplayMessage(index: Number) : String;
Parameters
* @param index of player
Return Value
@return message string
Examples
Get display message for the current user
var infor:String = challenge.getDisplayMessage(challenge.getMyIndex());
