Has anyone created a way to display text differently.

klickinkklickink Member Posts: 35

The way I'm hoping for would be writing out one letter at a time, like in old video games. However one word at a time would work too.

Comments

  • IceboxIcebox Member Posts: 1,485

    @klickink I dont know whats the easiest way to do it , but I would put an actor for each word and put in if attribute self.time > 1 change color alpha 1 otherwise 0 , for the next word id put if self.time > 1.4 , 1.6 , 1.8 and so on. But im sure there is an easier way to do it although i cant think of any right now

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    You're going to want to use the substring function and a loop. Search for typing text demos - they're out there.

  • ArmellineArmelline Member, PRO Posts: 5,397

    There is a template for doing this on my site. Near the bottom of this page:

    http://www.armelline.com/snippets.html

  • klickinkklickink Member Posts: 35

    @Armelline Thanks thats exactly what I was looking for. You have some other good stuff there too!

Sign In or Register to comment.