/ Published in: ActionScript 3
Expand |
Embed | Plain Text
// The value being set needs to be of the same data type of the variable. You cannot assign a String to an int var someVar:String = (myCondition) ? "if true" : "if false";
You need to login to post a comment.
