home *** CD-ROM | disk | FTP | other *** search
- function resetsurf()
- {
- stopitall();
- puck2._x = puck2.rootx;
- puck2._y = puck2.rooty;
- puck2.gotoAndStop("on");
- }
- puck2.gotoAndStop("on");
- this.limit = 1;
- this.xleft = -304;
- this.xright = 304;
- this.ytop = -230;
- this.ybottom = 230;
- this.center = 0;
- this.p1_inplay = new Array();
- this.step = 2;
- this.surfaces = new Array(multisurfaces);
- stop();
-