Tagged with 'randomize'
Snippets
-
Randomize by Schyfis
A really simple function that returns a random number between a given number and the negative of the given number. It's great for actionscripted game effects like positioning a ship's thrust. Basically, it saves you from writing random(x)-random(x) every time.
Save as Favorite | Tags: random, randomize, AS2


