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

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   cursor(0)
  5.   set BlinkObject to 0
  6.   set the locH of sprite 99 to 780
  7.   set BlinkObjekt to new(script "Blink", 4, 80)
  8. end
  9.  
  10. on exitFrame
  11.   if the keyCode = 120 then
  12.     go(#next)
  13.   end if
  14.   checkBlink(BlinkObjekt)
  15.   go(#loop)
  16. end
  17.