home *** CD-ROM | disk | FTP | other *** search
- global gMasterObj, gSoundObj, gMenuObj, gSelectedPicture, gPicIndex, gStripMemory, gScroller
-
- on startMovie
- autoUnloadMovie(gMasterObj)
- clearActorList()
- set gStripMemory to the locH of sprite 2
- set gPicIndex to the memberNum of member "closeup.PCT" - 1
- end
-
- on clearActorList
- set the actorList to []
- append(the actorList, gSoundObj)
- playSoundTrack(gSoundObj, "LENNY", 1, 255)
- init(gMenuObj, 7, "1stmenu.00000")
- end
-
- on setUpStrip
- set the locH of sprite 2 to gStripMemory
- set the locV of sprite 2 to 434
- end
-
- on selectPicture
- set gStripMemory to the locH of sprite 2
- clearActorList()
- autoNotPuppet(gMasterObj, 2, 7)
- go("display")
- end
-
- on displayPicture
- puppetSprite(8, 1)
- set the memberNum of sprite 8 to gPicIndex + gSelectedPicture
- end
-
- on reset
- puppetSprite(8, 0)
- go("gallery")
- end
-
- on stopMovie
- set the actorList to []
- end
-