Text build up at group94.be

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?

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

You’re talking about the text on the right?

correct

*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.

thanks for that… I hope it’s as simple in executing as you explain it:D

Well, string manipulations are always a bit hard at first, so if you have a problem… :+)