playMaker

Author Topic: Fade text in and out  (Read 2346 times)

fromfame

  • Junior Playmaker
  • **
  • Posts: 78
  • Sloppy PM Veteran
Fade text in and out
« on: January 05, 2014, 03:16:28 PM »
Hey, sorry for the silly question, tho I'd love an answer! :)

phannDOTde

  • Full Member
  • ***
  • Posts: 237
    • Peter Hann .de
Re: Fade text in and out
« Reply #1 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

fromfame

  • Junior Playmaker
  • **
  • Posts: 78
  • Sloppy PM Veteran
Re: Fade text in and out
« Reply #2 on: January 05, 2014, 10:31:14 PM »
Thanks, though what do I do if it's 2D GUI?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Fade text in and out
« Reply #3 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