home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global goto, NextFrame, colorcrsr, lastFrame
- set the sound of cast "BodyAll.mov" to 0
- puppetSound(0)
- updateStage()
- set the volume of sound 1 to 255
- updateStage()
- set colorcrsr to EMPTY
- set temp to label(lastFrame)
- if temp >= label("duncan") then
- Buttons(20)
- DanceMenu()
- else
- if temp >= label("chanel") then
- Buttons(19)
- fashionMenu()
- else
- Buttons(21)
- SportMenu()
- end if
- end if
- EndDance()
- set the movieRate of sprite 15 to 1
- end
-