/ Published in: ActionScript 3
Expand |
Embed | Plain Text
private function randRange(minNum:Number, maxNum:Number):Number { return (Math.floor(Math.random() * (maxNum - minNum + 1)) + minNum); }
Comments
Subscribe to comments
You need to login to post a comment.

Thanks :)