home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri K-CD 2000 #15 / K-CD_15_2000.iso / K-CF.dcr / 00197.ls < prev    next >
Encoding:
Text File  |  2000-10-11  |  135 b   |  11 lines

  1. global BlinkObjekt
  2.  
  3. on new me
  4.   set BlinkObjekt to new(script "Blink")
  5. end
  6.  
  7. on exitFrame
  8.   checkBlink(BlinkObjekt)
  9.   go(the frame)
  10. end
  11.