home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- set MOM1 to the number of cast "MOMWK1.PICT"
- set MOM2 to the number of cast "MOMWK7.PICT"
- puppetSprite(7, 1)
- puppetSound("HUHWhat")
- repeat with CNum = MOM1 to MOM2
- set the castNum of sprite 7 to CNum
- updateStage()
- startTimer()
- repeat while the timer < 25
- nothing()
- end repeat
- end repeat
- repeat while soundBusy(1)
- nothing()
- end repeat
- repeat with CNum = MOM2 to MOM1
- set the castNum of sprite 7 to CNum
- updateStage()
- startTimer()
- repeat while the timer < 25
- nothing()
- end repeat
- updateStage()
- end repeat
- repeat while soundBusy(1)
- nothing()
- end repeat
- set the castNum of sprite 7 to MOM1
- puppetSound(0)
- puppetSprite(7, 0)
- end
-
- on exitFrame
- go("FamRoom")
- end
-