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

  1. puck2.gotoAndStop("on");
  2. puck3.gotoAndStop("on");
  3. puck1.gotoAndStop("on");
  4. this.limit = 0;
  5. this.xleft = 4;
  6. this.xright = 183;
  7. this.ytop = -87;
  8. this.ybottom = 129;
  9. this.center = 21;
  10. this.radius = 108;
  11. this.p1_inplay = new Array(puck1,puck3,puck2);
  12. this.step = 4;
  13. this.objects = new Array(goalpuck,puck2,puck1,puck3);
  14. this.pieces = new Array(puck2,puck1,puck3);
  15. stop();
  16.