
I tested scrolling text banner (check the link). It seems that no other commands is working until text moving is done.
Can it be possible doing other command while text is moving?
http://lessons.runrev.com/m/2592/l/1257 ... ext-banner
Cheers,
Louis
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Code: Select all
wait 6 ticks with messages ## 1/10th of a second
Code: Select all
on mouseUp
put "It is a truth universally acknowledged, that a single man in possession of a good fortune..." into me
if me <> empty then
send deleteText to me in 6
end if
end mouseUp
on deleteText
delete first character of me
end deleteText
mrcoollion wrote:Niet echt...