/ Published in: ActionScript 3
URL: http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/Math.html#random%28%29
Expand |
Embed | Plain Text
var randomItem:* = myArray[int(Math.random() * myArray.length)];
You need to login to post a comment.
