home *** CD-ROM | disk | FTP | other *** search
/ Grandes Inventos / INVENTOS.bin / pc / media / tele.dxr / 00415.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  275 b   |  11 lines

  1. on exitFrame
  2.   global gTheAnalyzer, gObjectSprite, gConsoleText, gIdiom
  3.   SetCast(gConsoleText, "TELE" & gIdiom)
  4.   updateStage()
  5.   if the text of cast "AnalyzerLink" = gTheAnalyzer(mGetObjectName) then
  6.     gTheAnalyzer(mLogExp)
  7.   else
  8.     gTheAnalyzer(mLogHist)
  9.   end if
  10. end
  11.