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

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   set the visible of sprite 99 to 1
  5.   set the locH of sprite 99 to 780
  6.   set BlinkObjekt to new(script "Blink")
  7. end
  8.  
  9. on exitFrame
  10.   checkBlink(BlinkObjekt)
  11.   go(the frame)
  12. end
  13.