home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / DTM2001.swf / scripts / frame_10 / DoAction.as < prev   
Encoding:
Text File  |  2001-07-07  |  180 b   |  9 lines

  1. song = new Sound();
  2. song.attachSound("wusch");
  3. song.setVolume(100);
  4. song.setPan(0);
  5. song1 = new Sound();
  6. song1.attachSound("quiet");
  7. song1.setVolume(100);
  8. song1.setPan(0);
  9.