playMaker

Author Topic: Tween Fade Group?  (Read 1672 times)

WillowWake

  • Playmaker Newbie
  • *
  • Posts: 14
Tween Fade Group?
« on: October 07, 2020, 07:51:32 AM »
Hi,

Sorry if this simple question, but I'm still learning  :)

I'm using Tween Fade to fade a UI Panel, but I also want it to fade the children of the panel [i.e. the button and its text]. I could put the action on each item separately, but is there a more elegant way to fade the parent object and its child objections in one action?

Thanks for your time.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7618
    • jinxtergames
Re: Tween Fade Group?
« Reply #1 on: October 07, 2020, 07:59:38 AM »
Hi.
As far as i know not, even in C# you would have to target separate.

But you can use 1 Tween Float and use that variable on multiple Color actions to set the alpha.

WillowWake

  • Playmaker Newbie
  • *
  • Posts: 14
Re: Tween Fade Group?
« Reply #2 on: October 07, 2020, 03:16:16 PM »
Thanks a lot for your help.