home *** CD-ROM | disk | FTP | other *** search
- property Loops
- global BlinkObjekt
-
- on new me
- set Loops to 0
- cursor(0)
- set BlinkObject to 0
- set the locH of sprite 99 to 780
- set BlinkObjekt to new(script "Blink", 4, 80)
- end
-
- on exitFrame
- set Loops to Loops + 1
- if Loops > 80 then
- go(#next)
- end if
- checkBlink(BlinkObjekt)
- go(#loop)
- end
-