Random Number Specifying Variable


//random(#)

randomLimit = 60

myRandomNumber = random(randomLimit);

trace(myRandomNumber)

← Back to home