Control 'DisplayText' Alpha

robert.mccarthyrobert.mccarthy Member Posts: 165
edited November -1 in Working with GS (Mac)
Hi All,

Is it possible to control the alpha of a 'DisplayText' rule?

I can control the actor alpha istelf, so that it fades in and out when wanted.

However, the text on the actor does not fade in/out like the rest of the actor.

Any ideas?

Much appreciated.

Comments

  • PhoticsPhotics Member Posts: 4,172
    Don't use Display Text. It's not retina display quality.

    If you really want to use it, then duplicate the display text 10 times. While the actor is fading, constrain self.alpha (a custom index attribute) to the actor's self.color.alpha*10. Then... create 10 rules... if self.alpha = 1 display text with color set to .1.

    That's pretty silly, so don't use Display Text. It's not used at all in BOT.
Sign In or Register to comment.