Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: prinky on May 11, 2014, 08:23:48 PM

Title: Possible to control alpha on word/letter level?
Post by: prinky on May 11, 2014, 08:23:48 PM
I wanted to write a sentence out by fading in words individually. 

Based on what I know, it's not possible to modify the alpha values of individual words or letters of a label. I suppose a good alternative is to have separate words as labels and tween their alphas individually. Still, I wonder if there is a cleaner method, since I would have to position the words manually (and make their spacing look "correct").
Title: Re: Possible to control alpha on word/letter level?
Post by: ArenMook on May 13, 2014, 07:43:40 AM
I've added support for full RGBA color encoding in 3.6.0. Pro users have access to it now. You will find it in the next update.
Title: Re: Possible to control alpha on word/letter level?
Post by: prinky on May 13, 2014, 02:04:43 PM
I've added support for full RGBA color encoding in 3.6.0. Pro users have access to it now. You will find it in the next update.

Awesome. I'll remove my kludge once that comes out.