playMaker

Author Topic: Itween FadeTo  (Read 2086 times)

ExprSt

  • Playmaker Newbie
  • *
  • Posts: 20
Itween FadeTo
« on: November 27, 2013, 05:15:51 PM »
Is there a way to achieve the FadeTo effect that exist on Itween though Playmaker?
Or is there a way to emulate it's effect?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Itween FadeTo
« Reply #1 on: November 28, 2013, 02:21:27 AM »
Hi,

 What do you want to fade? the camera?

 else if you want to fade a material, I would use hotween actually ( it has some actions on the wiki for it), and then you can do color fading and all.

 bye,

 Jean

ExprSt

  • Playmaker Newbie
  • *
  • Posts: 20
Re: Itween FadeTo
« Reply #2 on: November 28, 2013, 09:03:56 PM »
I want to fade material, not camera.

The hotween I didn't know, does it work fine with playmaker?

Regards.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Itween FadeTo
« Reply #3 on: November 29, 2013, 06:55:18 AM »
Hi,

 Yes, it works very well, I have created a set of custom actions, you can even tween Fsm Variables, and strings! Color is of course part of the deal.

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

 Bye,

 Jean