home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / DefineSprite_1809 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-10-06  |  224 b   |  11 lines

  1. if(!init)
  2. {
  3.    init = true;
  4.    engine.stop("ENGINE_MP3");
  5.    change.stop("CHANGE.WAV");
  6.    engine = new Sound();
  7.    engine.attachSound("ENGINE_MP3");
  8.    change = new Sound();
  9.    change.attachSound("CHANGE.WAV");
  10. }
  11.