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)
- end
-
- on exitFrame
- checkBlink(BlinkObjekt)
- set the text of cast member "MovieTime" to string(the movieTime of sprite 104)
- set the text of cast member "Duration" to string(the duration of member "Bean")
- if the movieTime of sprite 104 < the duration of member "Bean" then
- go(#loop)
- else
- go(#next)
- end if
- end
-