home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gIdiom
- puppetTempo(12)
- UnloadAllCasts()
- clearGlobals()
- if objectp(gTheAnalyzer) then
- set theObject to gTheAnalyzer(mGetObject)
- gTheAnalyzer(mDetatchObjects)
- if objectp(theObject) then
- theObject(mFree)
- theObject(mdispose)
- end if
- end if
- set gIdiom to the text of cast "TheIdiom"
- InitSpriteNums()
- InitPuppets()
- end
-