home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Tools / K-CS.DCR / 00363.ls < prev    next >
Encoding:
Text File  |  2002-04-19  |  229 b   |  16 lines

  1. property startPos, StartTicks
  2.  
  3. on new me
  4.   cursor(4)
  5.   set startPos to the locH of sprite 4
  6.   set StartTicks to the ticks
  7. end
  8.  
  9. on exitFrame
  10.   if the ticks > (StartTicks + 720) then
  11.     go(#next)
  12.   else
  13.     go(#loop)
  14.   end if
  15. end
  16.