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

  1. on new me
  2.   startTimer()
  3.   set the locH of sprite 99 to 780
  4. end
  5.  
  6. on exitFrame
  7.   if the timer < 480 then
  8.     go(#loop)
  9.   end if
  10. end
  11.