home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #8 / CD 8 (Black) - 2001.iso / K-CS.dcr / 00232.ls < prev    next >
Encoding:
Text File  |  2001-02-20  |  126 b   |  12 lines

  1. global StartTid
  2.  
  3. on new me
  4.   set StartTid to the timer
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 300 then
  9.     go(#loop)
  10.   end if
  11. end
  12.