Hello, does any one know how to make moving text on screen. As in
Text_____________________________
___Weee__________________________
_________________________________
blahblah___________blah__________
Then it moves and its
___Weee__________________________
_________________________________
blahblah___________blah__________
______MoreWords__________________
_____HOW_____MUCH_____MORE_______
ID:269656
Aug 27 2005, 8:18 pm
|
|
Aug 27 2005, 9:14 pm
|
|
Scrolling text, or marquee text?
|
In response to Nukes4U
|
|
marquee
but verticly |
An interesting way to do it is to send the message, but one letter at a time, and with sleep.
http://developer.byond.com/hub/Themothball/ScrollingTextDemo Of course that has a possibility of coming out as ".txet gnillorcs fo.txet gnillorcs f.txet gnillorcs .txet gnillorcs.txet gnillorc.txet gnillor.txet gnillo.txet gnill.txet gnil.txet gni.txet gn.txet g.txet .txet.txe.tx.t." if you macro it, in which case just use a variable to prevent it. |
In response to Sinoflife
|
|
Actually
<marquee behavior="alternate" bgcolor="#color" width="400" direction="up">your message here</marquee> Should work....it IS html.... |
In response to Nukes4U
|
|
Nukes4U wrote:
Actually Please don't offer help when you don't know what you're talking about. Random untested suggestions benefit no one. DS supports only a limited subset of HTML, unless you're actually working in the browser itself. Tables and many other features are not supported in the text output. Neither is the accursed marquee tag. Lummox JR |