playMaker

Author Topic: Flow the float?[SOLVED]  (Read 954 times)

rechronicle

  • Full Member
  • ***
  • Posts: 119
  • Mystvaldia
    • Indie RPG Creator
Flow the float?[SOLVED]
« on: June 25, 2019, 06:39:19 AM »
Hello,
I'm trying to make a player run and then stop with a slight time of brake and then full stop.

The variable Speed will be reduced from 10 to 0.3 and then progressively reduce to zero. I have tried to use Animate Float but can't seem to get it right.

Is there any way to manipulate the float variable freely?

If you know anything, please share.
Thank you!
« Last Edit: July 05, 2019, 04:28:41 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Flow the float?
« Reply #1 on: June 25, 2019, 08:57:11 AM »
Hi.
Maybe float interpolate.
Or you can try out the PlayMaker Tweens
Be aware tho that they are still in beta.

I have been using them a bit and had no issues yet.
I really do like the ease custom curve on the actions, this can be really useful to tweak to your needs.

rechronicle

  • Full Member
  • ***
  • Posts: 119
  • Mystvaldia
    • Indie RPG Creator
Re: Flow the float?
« Reply #2 on: June 26, 2019, 08:38:37 AM »
Hello djaydino,
thank you for mentioning the Tween, gonna check them out.
Also, Float Interpolate does the trick for now. I tend to forget this action is available.

Cheers