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

  1. this.levelmessage = "LEVEL 4: BONUS BONANZA";
  2. this.surfaces = new Array(gum_surf,grease_surf,carpet_surf);
  3. this.badzones = new Array(badzone1);
  4. this.target_mc.goalradius = 31;
  5. this.bonusperiod = 12;
  6. this.bonusoffset = -8;
  7. this.bonuslength = 6;
  8. this.bonusmult = 2;
  9. this.par = 10;
  10. stop();
  11.