actionstript random frame question
actionstript random frame question
Out of context: Reply #8
- Started
- Last post
- 8 Responses
- joyride0
va r myArray : Array = new Arra y("label1 ","label2","label3","label4","la... );
someVariable = Math . floor (M ath . r andom( ) * 5);
Should work fine for you