home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #7 / K-CD-7-2002.ISO / Tools / K-CS.dcr / 00278.ls < prev    next >
Encoding:
Text File  |  2002-04-10  |  222 b   |  14 lines

  1. global BlinkObjekt, DoneOne, DoneTwo
  2.  
  3. on new me
  4.   set DoneOne to 0
  5.   set DoneTwo to 0
  6.   set the locH of sprite 99 to 680
  7.   set BlinkObjekt to new(script "Blink")
  8. end
  9.  
  10. on exitFrame
  11.   checkBlink(BlinkObjekt)
  12.   go(#loop)
  13. end
  14.