home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 22 / cdrt22.iso / pc / bugbook / home.dir / 00367_Script_367 < prev    next >
Text File  |  1995-06-27  |  443b  |  14 lines

  1. ------------------------------------------------------------------------ 
  2. -- TIMER & CHECK ESCAPE
  3. ------------------------------------------------------------------------ 
  4. --------------
  5. on exitFrame
  6.   global timeCheck,habitatList,AnimNum,bugEscape
  7. --  if bugEscape = 1 then checkTimeEscape()
  8.   if the timer > timeCheck then 
  9.     go string (getAt(habitatList,animNum))
  10.     puppetSound "SciFi"
  11.     PuppetSoundStop()
  12.   end if
  13.   
  14. end