home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gSoundObj
-
- on startMovie
- set the actorList to []
- append(the actorList, gSoundObj)
- playSoundTrack(gSoundObj, "placebo", 2, 255)
- autoUnloadMovie(gMasterObj)
- set newICV to new(script "menuScript")
- init(newICV, 5, "icv00000", "address00000")
- repeat with i = 2 to 4
- set newObj to new(script "objectScript")
- init(newObj, i)
- end repeat
- puppetSprite(7, 1)
- end
-