home *** CD-ROM | disk | FTP | other *** search
- on new me
- startTimer()
- set the visible of sprite 60 to 0
- return me
- end
-
- on checkBlink me
- if the timer < 500 then
- return
- else
- if (the timer mod 80) < 15 then
- set the visible of sprite 60 to 1
- else
- set the visible of sprite 60 to 0
- end if
- end if
- end
-