Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: suppenhuhn on February 25, 2015, 05:33:07 AM

Title: How to "animate" set property values
Post by: suppenhuhn on February 25, 2015, 05:33:07 AM
Hi!

I have a screen-overlay component on my camera and i'd like to change the intensity value from 0 to 2.

On a button ( new ui ) i got the FSM and a set property action for that component. But i can only set the value to 2. But i want to have a fading-effect, so the value must change from 0 to 2 over 1 second or so.

Any ideas how to "animate" this cahnge of settings?
Title: Re: How to "animate" set property values
Post by: Lane on February 25, 2015, 07:08:10 AM
Use Animate Float or something that animates the value and simultaneously use the Every Frame option on Set Property to apply it while the value is animating.