home *** CD-ROM | disk | FTP | other *** search
/ Space Orb 360 / SpaceOrb360.zip / SpaceOrb481.img / Trainer / SPACETEC.DIR / 00033_Script_30 < prev    next >
Text File  |  1997-06-26  |  108b  |  8 lines

  1. on exitFrame
  2.   set temp = the timer
  3.   
  4.   repeat while the timer < temp +30
  5.     --
  6.   end repeat
  7.   
  8. end