home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #1 / Cd 1 (black) - 2001.iso / K-CS.dcr / 02816.ls < prev    next >
Encoding:
Text File  |  2000-11-15  |  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.