Adam_C
06-29-2009, 08:44 PM
I have this code:
stop();
var rN:Number = Math.floor(Math.random(15) * 30);
setInterval(goNext,rN);
function goNext() {
gotoAndPlay(2);
}
clearInterval;
and i have placed in the enemy MC, all that happens however is that the enemies just bob up and down, any ideas?
thanks :)
P.S DOWNLOAD FROM HERE: http://uploading.com/files/6F3K6YVQ/source.zip.html
thanks again.
stop();
var rN:Number = Math.floor(Math.random(15) * 30);
setInterval(goNext,rN);
function goNext() {
gotoAndPlay(2);
}
clearInterval;
and i have placed in the enemy MC, all that happens however is that the enemies just bob up and down, any ideas?
thanks :)
P.S DOWNLOAD FROM HERE: http://uploading.com/files/6F3K6YVQ/source.zip.html
thanks again.