home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / 3_puck_shuck.swf / scripts / DefineSprite_373 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  501 b   |  23 lines

  1. function stopitall()
  2. {
  3.    trace("STOP IT ALL!");
  4.    clearInterval(motion);
  5.    clearInterval(interID);
  6.    this.moving = new Array();
  7.    puck1.movementvec.magnitude = 0;
  8.    puck2.movementvec.magnitude = 0;
  9.    puck3.movementvec.magnitude = 0;
  10. }
  11. puck1.gotoAndStop("on");
  12. puck2.gotoAndStop("on");
  13. puck3.gotoAndStop("on");
  14. this.limit = 1;
  15. this.xleft = -304;
  16. this.xright = 304;
  17. this.ytop = -230;
  18. this.ybottom = 230;
  19. this.center = 0;
  20. this.step = 1;
  21. this.p1_inplay = new Array();
  22. stop();
  23.