playMaker

Author Topic: Fade in, Fade out, Scale a GUI button.  (Read 2077 times)

Aaddiction

  • Full Member
  • ***
  • Posts: 169
Fade in, Fade out, Scale a GUI button.
« on: March 04, 2014, 01:13:10 PM »
Hello, it's probably possible, it's just that I don't know.

How to fade in/out and scale GUI buttons and other objects like they are animated? I'm looking for a similar effect:

I don't want to use third party plugins, because I only need this effect for a simple button.

I presume I could use the "set GUI Alpha" action, but could someone hint how could it be useful exactly? When I apply it in the state where the GUI Buttons is, nothing happens.

EDIT: I now see that I can use the animate float action for that.

Thank you.
« Last Edit: March 04, 2014, 01:21:42 PM by Lockon302 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Fade in, Fade out, Scale a GUI button.
« Reply #1 on: March 06, 2014, 07:56:49 AM »
Hi,

 PlayMaker Samples feature a scene that shows this: FadeGUI.

 download the samples here and study that, it's very simple to implement.

http://www.hutonggames.com/samples.php

bye,

 Jean