home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global NextFrame
- set the sound of cast "BodyAll.mov" to 0
- puppetSound(0)
- updateStage()
- repeat with i = 18 to 21
- puppetSprite(i, 1)
- end repeat
- if NextFrame = "sport" then
- SportMenu()
- else
- if NextFrame = "dance" then
- DanceMenu()
- else
- fashionMenu()
- end if
- end if
- set NextFrame to "fall1"
- go(marker("start") + 2)
- end
-