Author Topic: Possible to control alpha on word/letter level?  (Read 2950 times)

prinky

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 13
    • View Profile
Possible to control alpha on word/letter level?
« 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").

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Possible to control alpha on word/letter level?
« Reply #1 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.

prinky

  • Newbie
  • *
  • Thank You
  • -Given: 4
  • -Receive: 0
  • Posts: 13
    • View Profile
Re: Possible to control alpha on word/letter level?
« Reply #2 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.