


In this tutorial you will learn how to generate random numbers in Actionscript 3. The random numbers are generated using the Math.random function. The code for this is quite straight forward and has many uses. But more often random numbers are used to trigger an effect. For example to display an image at random or create some other random action.
click here to download this tutorial.