home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2002 #3 / K-CD-3-2002.ISO / K-CS.DCR / 00299.ls < prev    next >
Encoding:
Text File  |  2002-01-14  |  150 b   |  14 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   set BlinkObjekt to new(script "Blink")
  5. end
  6.  
  7. on enterFrame
  8.   checkBlink(BlinkObjekt)
  9. end
  10.  
  11. on exitFrame
  12.   go(#loop)
  13. end
  14.