Help with flash actionscript
Help with flash actionscript
Out of context: Reply #3
- Started
- Last post
- 7 Responses
- joyride0
stop();
clearInterval(_global.randomNum...
_global.randomNum = setInterval(randomFrame = function () {
var myRandomFrame:Number= Math.round(Math.random()*15);
trace(myRandomFrame)
gotoAndStop(myRandomFrame)
}, 15000);you may need to debug some... but it should work