home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / emu-mess.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2008-08-08  |  627 b   |  18 lines

  1. stop();
  2. _root.toyFound = new Sound();
  3. _root.toyFound.attachSound("toyFound");
  4. _root.toyCollected = new Sound();
  5. _root.toyCollected.attachSound("toyCollected");
  6. _root.sophieFound = new Sound();
  7. _root.sophieFound.attachSound("sophieFound");
  8. _root.theme = new Sound();
  9. _root.theme.attachSound("theme");
  10. _root.elevatorMusic = new Sound();
  11. _root.elevatorMusic.attachSound("elevatorMusic");
  12. _root.elevatorDing = new Sound();
  13. _root.elevatorDing.attachSound("elevatorDing");
  14. _root.sophieWins = new Sound();
  15. _root.sophieWins.attachSound("sophieWins");
  16. _root.emuWins = new Sound();
  17. _root.emuWins.attachSound("emuWins");
  18.