home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.toyFound = new Sound();
- _root.toyFound.attachSound("toyFound");
- _root.toyCollected = new Sound();
- _root.toyCollected.attachSound("toyCollected");
- _root.sophieFound = new Sound();
- _root.sophieFound.attachSound("sophieFound");
- _root.theme = new Sound();
- _root.theme.attachSound("theme");
- _root.elevatorMusic = new Sound();
- _root.elevatorMusic.attachSound("elevatorMusic");
- _root.elevatorDing = new Sound();
- _root.elevatorDing.attachSound("elevatorDing");
- _root.sophieWins = new Sound();
- _root.sophieWins.attachSound("sophieWins");
- _root.emuWins = new Sound();
- _root.emuWins.attachSound("emuWins");
-