home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gTheAnalyzer, gObjectSprite, gConsoleText, gIdiom
- startTimer()
- set theName to line 1 of the text of cast "objectDescription"
- set theObject to TObject(mnew, theName)
- put "1" && the timer / 60.0
- set reloj to the timer
- theObject(mLinkMap)
- put "2" && (the timer - reloj) / 60.0
- set reloj to the timer
- theObject(mInitializeSubsystems)
- put "3" && (the timer - reloj) / 60.0
- gTheAnalyzer(mSetObject, theObject)
- SetCast(gConsoleText, "Emptybitmap")
- updateStage()
- put "total inicializada" && the timer / 60.0
- end
-