home *** CD-ROM | disk | FTP | other *** search
- on prepmain
-
- cursor [2267,2268]
- updatestage
- -- preloadcast 2,341 -- EVERYTHING the main menu will need, except the rollover sound
- cursor -1
- updatestage
- -- preloadcast "markdwn.aif"
-
- repeat with i in [1,2,3,4,5,6,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,46]
- set the visible of sprite i = true
- end repeat
-
- repeat with i in [6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,41,42,43,44,47,48]
- set the visible of sprite i = false
- end repeat
-
- -- sound playfile 3, "backsong" & string(lastsong) & ".aif"
- end
-