Playmaker Forum

PlayMaker News => General Discussion => Topic started by: IIKII on September 19, 2016, 04:39:29 AM

Title: GUI text fade
Post by: IIKII 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
Title: Re: GUI text fade
Post by: djaydino 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 (https://hutonggames.fogbugz.com/default.asp?W1181)
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
Title: Re: GUI text fade
Post by: IIKII 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.
Title: Re: GUI text fade
Post by: djaydino 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.