home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / Money-Money.swf / scripts / frame_5 / DoAction.as
Encoding:
Text File  |  2005-08-19  |  236 b   |  11 lines

  1. stopAllSounds();
  2. _root.music = new Sound();
  3. _root.music.attachSound("traccia1");
  4. _root.music.start(0,999);
  5. _root.music.setVolume(20);
  6. _root.prese = 0;
  7. _root.mancate = 0;
  8. _root.missable = 11;
  9. _root.gamestopped = false;
  10. stop();
  11.