home *** CD-ROM | disk | FTP | other *** search
- function stopitall()
- {
- trace("STOP IT ALL!");
- clearInterval(motion);
- clearInterval(interID);
- this.moving = new Array();
- puck1.movementvec.magnitude = 0;
- puck2.movementvec.magnitude = 0;
- puck3.movementvec.magnitude = 0;
- }
- puck1.gotoAndStop("on");
- puck2.gotoAndStop("on");
- puck3.gotoAndStop("on");
- this.limit = 1;
- this.xleft = -304;
- this.xright = 304;
- this.ytop = -230;
- this.ybottom = 230;
- this.center = 0;
- this.step = 1;
- this.p1_inplay = new Array();
- stop();
-