playMaker

Author Topic: Change color Alpha!  (Read 4059 times)

nabilfx

  • Full Member
  • ***
  • Posts: 186
Change color Alpha!
« on: November 04, 2015, 07:26:38 PM »
I have a image color alpha 1, is complete visible. How can i change the color alpha from 0 invisible to 1 visible, with a automatic transition of 2 second Between then?


terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: Change color Alpha!
« Reply #1 on: November 04, 2015, 11:21:11 PM »
use the ease float action

nabilfx

  • Full Member
  • ***
  • Posts: 186
Re: Change color Alpha!
« Reply #2 on: November 05, 2015, 03:05:45 AM »
How i tell playmaker that the color alpha of the image is the float varible?

zorranco

  • Junior Playmaker
  • **
  • Posts: 50
Re: Change color Alpha!
« Reply #3 on: November 05, 2015, 04:50:21 AM »
Hello, as long as I know there is no PM action to modify alpha, but you can do it with dotween action "Dotween Fade To".

You can download here:

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

In the very first post you have the unotypackage Dotween Actions.

You will need to download dotween too, but you can go with free version.

;)


terri

  • Sr. Member
  • ****
  • Posts: 386
    • terrivellmann.tumblr.com
Re: Change color Alpha!
« Reply #4 on: November 05, 2015, 06:59:34 AM »
are using u gui? use the u gui graphic set color action, use the float (0-1) on the alpha field

nabilfx

  • Full Member
  • ***
  • Posts: 186
Re: Change color Alpha!
« Reply #5 on: November 05, 2015, 07:13:35 AM »
im using unity 5, UI - image, then i use the color alpha of the image