Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: fromfame on January 05, 2014, 03:16:28 PM

Title: Fade text in and out
Post by: fromfame on January 05, 2014, 03:16:28 PM
Hey, sorry for the silly question, tho I'd love an answer! :)
Title: Re: Fade text in and out
Post by: phannDOTde on January 05, 2014, 04:35:40 PM
if you use 3D text

get/set component alpha of an 3D Text component
interpolate float from 255 to 0 and back
Title: Re: Fade text in and out
Post by: fromfame on January 05, 2014, 10:31:14 PM
Thanks, though what do I do if it's 2D GUI?
Title: Re: Fade text in and out
Post by: jeanfabre on January 06, 2014, 08:36:13 AM
Hi,

 No difference, you can still affect the alpha of your components or material ( whatever the mesh or text).

bye,

 Jean