Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: nabilfx on June 19, 2019, 03:49:00 PM

Title: [SOLVED]scale from 0 to 100
Post by: nabilfx on June 19, 2019, 03:49:00 PM
How can i scale an object from 0% to it original scale 100% in 1 second?
Title: Re: scale from 0 to 100
Post by: djaydino on June 20, 2019, 11:25:16 AM
Hi.
Maybe you can use "Float interpolate"
Title: Re: scale from 0 to 100
Post by: jeanfabre on July 18, 2019, 03:02:39 AM
Hi,

 I would use EaseFloat actually.

 But, you should also be aware that you could use the Animator and an Animation curve, that works just as good and opens up lots of possibility with very little coding.

  Bye,

 Jean