Author Topic: UILabel: Blend in char by char  (Read 4264 times)

Codewalker

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 21
    • View Profile
UILabel: Blend in char by char
« on: June 28, 2012, 06:36:14 AM »
I want to "animate" a UILabel to make the complete text be (preferably) faded in char by char.
Does anyone has a suggestion how to achieve this?

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: UILabel: Blend in char by char
« Reply #1 on: June 28, 2012, 07:20:01 AM »
You can't include alpha in color encoding right now, but if you add that functionality by modifying NGUITools.ParseSymbol to support it.