home *** CD-ROM | disk | FTP | other *** search
- worldContainer.world.startGame();
- if(currLvl <= 4)
- {
- jukebox.playTrack("candy_meadows_1");
- }
- else if(currLvl == 101)
- {
- jukebox.playTrack("candy_meadows_2");
- }
- else if(currLvl >= 5 && currLvl <= 8)
- {
- jukebox.playTrack("clockwork_1");
- }
- else if(currLvl == 102)
- {
- jukebox.playTrack("clockwork_2");
- }
- else if(currLvl >= 9 && currLvl <= 12)
- {
- jukebox.playTrack("asylum_1");
- }
- else if(currLvl == 103)
- {
- jukebox.playTrack("asylum_2");
- }
- removeMovieClip("loadingScreen");
- _root.jukebox.targetVol = _root.musicVol;
-