xboxscene.org forums

Pages: 1 [2]

Author Topic: Flash Mx2004 Help  (Read 282 times)

Twasi

  • Archived User
  • Sr. Member
  • *
  • Posts: 427
Flash Mx2004 Help
« Reply #15 on: September 05, 2005, 09:47:00 PM »

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? huh.gif
Logged

Xdox_

  • Archived User
  • Full Member
  • *
  • Posts: 101
Flash Mx2004 Help
« Reply #16 on: September 05, 2005, 11:01:00 PM »

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.
Logged

pitbullz

  • Archived User
  • Full Member
  • *
  • Posts: 193
Flash Mx2004 Help
« Reply #17 on: September 06, 2005, 05:38:00 PM »

QUOTE(leeCh_MSI @ Sep 5 2005, 11:34 PM)
arnt you on some like yahoo cracking site?....that siggy seems familiar
Logged

leeCh_MSI

  • Archived User
  • Jr. Member
  • *
  • Posts: 79
Flash Mx2004 Help
« Reply #18 on: September 06, 2005, 06:49:00 PM »

QUOTE(pitbullz @ Sep 7 2005, 01:49 AM)
nah that isnt me i dont mess with yahoo at all.
Logged
Pages: 1 [2]