home *** CD-ROM | disk | FTP | other *** search
/ Flight + Action / FlightAction.img / mrmore / tonline / 51btx.dir / 00004_Script_4 < prev    next >
Text File  |  1996-02-19  |  153b  |  12 lines

  1. -- normaler loop
  2.  
  3. on exitFrame
  4.   global gbAnimFinished
  5.   
  6.   cursor 0
  7.   set gbAnimFinished = true
  8.   
  9.   CheckTeleTime()
  10.   
  11.   go to the frame
  12. end