home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global NextFrame, CurFrame, seenDances, seenSport, lastFrame, SpritePlace, theTicks, colorcrsr
- set colorcrsr to EMPTY
- set seenSport to EMPTY
- set seenDances to EMPTY
- puppetSound(0)
- updateStage()
- set theTicks to the ticks
- set NextFrame to "fall1"
- set lastFrame to NextFrame
- set CurFrame to NextFrame
- EndDance()
- set the movieRate of sprite 15 to 1
- end
-