home *** CD-ROM | disk | FTP | other *** search
- global BlinkObjekt
-
- on new me
- cursor(0)
- set BlinkObject to 0
- set the locH of sprite 99 to 780
- set BlinkObjekt to new(script "Blink", 4, 80)
- startTimer()
- end
-
- on exitFrame
- checkBlink(BlinkObjekt)
- if (the timer mod 100) < 50 then
- set the visible of sprite 74 to 0
- else
- set the visible of sprite 74 to 1
- end if
- go(#loop)
- end
-