playMaker

Author Topic: [SOLVED]scale from 0 to 100  (Read 1181 times)

nabilfx

  • Full Member
  • ***
  • Posts: 186
[SOLVED]scale from 0 to 100
« on: June 19, 2019, 03:49:00 PM »
How can i scale an object from 0% to it original scale 100% in 1 second?
« Last Edit: July 18, 2019, 10:14:16 AM by djaydino »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: scale from 0 to 100
« Reply #1 on: June 20, 2019, 11:25:16 AM »
Hi.
Maybe you can use "Float interpolate"

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: scale from 0 to 100
« Reply #2 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