home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #11 / K-CD-11-2002.ISO / Tools / K-CS.DCR / 00261.ls < prev    next >
Encoding:
Text File  |  2002-02-14  |  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.