home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gSoundObj
-
- on startMovie
- set the actorList to []
- append(the actorList, gSoundObj)
- playSoundTrack(gSoundObj, "audio", 2, 255)
- autoUnloadMovie(gMasterObj)
- set newICV to new(script "menuScript")
- init(newICV, 7, "icvWeb00000", "webAdd00000")
- repeat with i = 2 to 6
- set newObj to new(script "objectScript")
- init(newObj, i, i + 8)
- end repeat
- puppetSprite(9, 1)
- end
-