Help with flash actionscript
Help with flash actionscript
Out of context: Reply #2
- Started
- Last post
- 7 Responses
- blaw0
look into setInterval for your timer, then set it to run the following function:
function getRandomFrame(){
tempNum=Math.random();
tempNum=Math.floor((tempNum*18...
gotoAndStop(tempNum);
}