home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineSprite_191 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  236 b   |  10 lines

  1. i = 0;
  2. b._visible = false;
  3. sfxShoot = new Sound(this);
  4. sfxShoot.attachSound("sfxShoot.WAV");
  5. sfxEmpty = new Sound(this);
  6. sfxEmpty.attachSound("sfxEmpty.WAV");
  7. sfxHit = new Sound(this);
  8. sfxHit.attachSound("sfxHit.WAV");
  9. stop();
  10.