home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00129_Script_129
< prev
next >
Wrap
Text File
|
1996-04-11
|
745b
|
27 lines
on mouseUp
cursor 200
set txt = EMPTY
sound close 1
puppetsound "telex"
set txt2 =the text of cast "TelexText"
set the text of cast "Textticker" = txt
set the visible of sprite 21 = true
repeat with sd = 1 to (the number of chars in txt2)
set txt= txt & char sd of txt2
if the number of chars in txt>111 then
set txt = char 2 to (the number of chars in txt) of txt
end if
repeat with zz = 1 to 60 -- Zeitverz÷gerung
nothing
end repeat
set the text of cast "Textticker" = txt
updatestage
end repeat
sound close 1
repeat with zz = 1 to 2000 -- Zeitverz÷gerung
nothing
end repeat
set the visible of sprite 21 = false
cursor -1
CheckSound()
end