View Full Version : text build up at group94.be
sense
March 12th, 2003, 06:02 PM
any chance of lettin me in on how they did the text build up at http://www.group94.be
you notcie at the end of the line that if a word's too long it gets automatically
placed at the next linee. very nice.
any hints on this?
sense
March 13th, 2003, 03:26 AM
ok, I already figured out it has to be a string and use the myString.split(" "); to split it up into an array of x num elements
(x being the number of words).
Anyone can clear it out for me...
cheers
pom
March 13th, 2003, 07:56 AM
You're talking about the text on the right?
sense
March 13th, 2003, 08:03 AM
correct
pom
March 14th, 2003, 09:46 AM
Originally posted by sense
you notcie at the end of the line that if a word's too long it gets automatically placed at the next linee. very nice.I guess it's just a dynamic textbox with multiline and wordwrap set to true. Then it's just a bit of script. You take string that you want to input, and you add the previous letter in the textbox.
sense
March 14th, 2003, 09:54 AM
thanks for that... I hope it's as simple in executing as you explain it:D
pom
March 14th, 2003, 09:57 AM
Well, string manipulations are always a bit hard at first, so if you have a problem... :+)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.