hehe was just covering all bases

i wasnt sure if he was someone just getting into it.
QUOTE
MovieClip.prototype.setFPS = function(fps){
this.clearFPS();
arguments.callee.id = setInterval(this.nextFrame,1000/fps);
}
MovieClip.prototype.clearFPS = function(){
clearInterval(this.setFPS.id);
}
Then on the frame you want to speed up use
QUOTE
this.setFPS(30);
Then when you want it to stop use
QUOTE
this.clearFPS();
Can anyone tell me how to add this action script?
To add the actionscript all you simply need to do is first press f9 to bring up the action script panel. Then you will click on frame one add the action script in the panel and so on as instructed by whatever guy told you that stuff.
QUOTE(leeCh_MSI @ Sep 5 2005, 11:34 PM)
arnt you on some like yahoo cracking site?....that siggy seems familiar
QUOTE(pitbullz @ Sep 7 2005, 01:49 AM)
nah that isnt me i dont mess with yahoo at all.