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

  1. function resetsurf()
  2. {
  3.    stopitall();
  4.    puck2._x = puck2.rootx;
  5.    puck2._y = puck2.rooty;
  6.    puck2.gotoAndStop("on");
  7. }
  8. puck2.gotoAndStop("on");
  9. this.limit = 1;
  10. this.xleft = -304;
  11. this.xright = 304;
  12. this.ytop = -230;
  13. this.ybottom = 230;
  14. this.center = 0;
  15. this.p1_inplay = new Array();
  16. this.step = 2;
  17. this.surfaces = new Array(multisurfaces);
  18. stop();
  19.