home *** CD-ROM | disk | FTP | other *** search
- global gSoundObj, gMasterObj
-
- on startMovie
- autoUnloadMovie(gMasterObj)
- set the actorList to []
- append(the actorList, gSoundObj)
- playSoundTrack(gSoundObj, "LOUISE", 1, 255)
- set newTextScroll to new(script "textScrollScript")
- init(newTextScroll, 1, 5, 214, 366, -454, 1034)
- end
-
- on stopMovie
- set the actorList to []
- end
-