playMaker

Author Topic: GUI Text Fade In/Out  (Read 3506 times)

Sly

  • Full Member
  • ***
  • Posts: 123
GUI Text Fade In/Out
« on: November 06, 2014, 04:54:14 PM »
Hello,

I'm using action GUI Text for make appear a text on my screen.

The thing is I want to make it fade in/out. I don't find anything for this. Is it possible?

If not, it could be cool to have this integrate directly in the GUI Text action.

Thanks in advance

Sly

  • Full Member
  • ***
  • Posts: 123
Re: GUI Text Fade In/Out
« Reply #1 on: November 07, 2014, 12:17:33 PM »
No idea? :)

Twood

  • Junior Playmaker
  • **
  • Posts: 76
Re: GUI Text Fade In/Out
« Reply #2 on: November 07, 2014, 12:41:16 PM »
I'd try the Itween Fade To action for that

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 714
    • Flashing Lights
Re: GUI Text Fade In/Out
« Reply #3 on: November 07, 2014, 12:42:33 PM »
Hi, I'm interested in this too.

For now I have an idea to SetColor GUI for Text for example with other FSM which changes GUI color from alpha to color. When you enter GUI it sends an event to that color fsm to animate its color variables.
Not tested yet, planning to do it little later.

600

  • Beta Group
  • Hero Member
  • *
  • Posts: 714
    • Flashing Lights
Re: GUI Text Fade In/Out
« Reply #4 on: November 07, 2014, 01:41:28 PM »
Thanks Twood for the tip, I didn't know this action,
found it here (bottom first page):

http://hutonggames.com/playmakerforum/index.php?topic=1777.0

createasaurus

  • Full Member
  • ***
  • Posts: 146
Re: GUI Text Fade In/Out
« Reply #5 on: November 07, 2014, 03:56:40 PM »
If anyone figures out how to fade something in (not out), please let me know how you did it.  I have been experimenting with fadeto and fadefrom, but so far it is a no go for me.

###Edit.  OK cool, I figured it out.  For fading in, use fadefrom and switch the default alpha field from 255 to zero.
« Last Edit: November 08, 2014, 08:58:05 AM by createasaurus »