Home   Help Search Login Register  

Author Topic: Text's  (Read 434 times)

0 Members and 1 Guest are viewing this topic.

Sol Fire

  • Guest
Text's
« on: 05 Apr 2003, 04:49:31 »
how would i script a Title or Text to "Spell" out

say i want to spell out Hello

how would i get it to start with the H second later adds the e etc.. untill it shows Hello?

Thanks

Kaliyuga

  • Guest
Re:Text's
« Reply #1 on: 05 Apr 2003, 04:56:48 »
write yourself a small script that looks something like this:

TitleText ["H",Plain]
~1
TitleText ["E",Plain]
~1
TitleText ["L",Plain]
~1
TitleText ["L",Plain]
~1
TitleText ["O",Plain]
~1
exit


:toocool:
« Last Edit: 05 Apr 2003, 04:57:15 by Kaliyuga »

Sol Fire

  • Guest
Re:Text's
« Reply #2 on: 05 Apr 2003, 05:39:28 »
lol so simple i never thought of trying it  ;D

i'll try it, thanks