playMaker

Author Topic: GUI text fade  (Read 2374 times)

IIKII

  • Full Member
  • ***
  • Posts: 137
  • Lonely developer
    • Patreon
GUI text fade
« on: September 19, 2016, 04:39:29 AM »
Hi
I think i can't found any helpful threads to fading in/out to GUI text.

Anyone have any solutions? thanks
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: GUI text fade
« Reply #1 on: September 19, 2016, 06:31:36 AM »
Hi,
If you are using the legacy gui you can use "set Gui Alpha"
and use an "ease float on it" the float going from 1 to 0

If you are using Ugui, you need to get "Ugui Proxy Full" Package from the Ecosystem
and use "U Gui Grapic Set Color" instead of Gui Alpha,
Set color to none (click on the = sign) and set your float on the alpha line.

and turn on Every frame

IIKII

  • Full Member
  • ***
  • Posts: 137
  • Lonely developer
    • Patreon
Re: GUI text fade
« Reply #2 on: September 21, 2016, 04:41:24 AM »
I think i am using legacy Gui - gameobject > Gui text

The Set Gui Alpha doesn't work. I tried it before.

In my scene, i already have a existing Gui text and I am using playmaker to insert some string.
Support me on Patreon for free adventure games and development insights - https://www.patreon.com/koexstudio

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: GUI text fade
« Reply #3 on: September 22, 2016, 06:59:40 PM »
Hi,
Strange, it seems to work on my side (just tested it out)

can you show on a video (or pictures) what actions you use and how you set it up.