home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- cursor(200)
- set txt to EMPTY
- sound close 1
- puppetSound("telex")
- set txt2 to the text of cast "TelexText"
- set the text of cast "Textticker" to txt
- set the visible of sprite 21 to 1
- repeat with sd = 1 to the number of chars in txt2
- set txt to txt & char sd of txt2
- if the number of chars in txt > 111 then
- set txt to char 2 to the number of chars in txt of txt
- end if
- repeat with zz = 1 to 60
- nothing()
- end repeat
- set the text of cast "Textticker" to txt
- updateStage()
- end repeat
- sound close 1
- repeat with zz = 1 to 2000
- nothing()
- end repeat
- set the visible of sprite 21 to 0
- cursor(-1)
- CheckSound()
- end
-