`//random(#)

randomLimit = 60

myRandomNumber = random(randomLimit);

trace(myRandomNumber)

`