Random Funtion Flash
Random Funtion Flash
Out of context: Reply #4
- Started
- Last post
- 5 Responses
- caseyc0
Just to add... If you want to use string markers (Labels, Scenes, etc) you can do something liek dis:
myLabels = ["One","Too","Tree"];
theFrame = myLabels[random(myLabels.length...
gotoAndStop(theFrame);Cheers.