Has anyone created a way to display text differently.
klickink
Member Posts: 35
in Help Wanted
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
@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
You're going to want to use the substring function and a loop. Search for typing text demos - they're out there.
My GameSalad Academy Courses! ◦ Check out my quality templates! ◦ Add me on Skype: braydon_sfx
There is a template for doing this on my site. Near the bottom of this page:
http://www.armelline.com/snippets.html
Contact me for custom work - Expert GS developer with 15 years of GS experience - Skype: armelline.support
@Armelline Thanks thats exactly what I was looking for. You have some other good stuff there too!