home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gSoundObj, gMenuObj
-
- on startMovie
- autoUnloadMovie(gMasterObj)
- set the actorList to []
- append(the actorList, gSoundObj)
- playSoundTrack(gSoundObj, "LENNY", 1, 255)
- init(gMenuObj, 7, "2ndmenu.00000")
- set newTextScroll to new(script "textScrollScript")
- init(newTextScroll, 1, 10, 480 / 3, 52, 432)
- end
-
- on stopMovie
- set the actorList to []
- end
-