home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #4 / K-CD-4-2002.ISO / K-CS.DCR / 00430_Venteloop.ls < prev    next >
Encoding:
Text File  |  2002-01-25  |  134 b   |  14 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 400 then
  9.     go(#loop)
  10.   else
  11.     go(#next)
  12.   end if
  13. end
  14.