home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #13 / CD 13 (Black) - 2001.iso / K-CS.DCR / 00424.ls < prev    next >
Encoding:
Text File  |  2001-08-24  |  213 b   |  17 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 400 then
  9.     if the timer > 200 then
  10.       set the visible of sprite 74 to 1
  11.     end if
  12.     go(#loop)
  13.   else
  14.     go(#next)
  15.   end if
  16. end
  17.