home *** CD-ROM | disk | FTP | other *** search
- global BlinkObjekt, DoneOne, DoneTwo
-
- on new me
- set DoneOne to 0
- set DoneTwo to 0
- set the locH of sprite 99 to 680
- set BlinkObjekt to new(script "Blink")
- end
-
- on exitFrame
- checkBlink(BlinkObjekt)
- go(#loop)
- end
-