playMaker

Author Topic: Increase Continuous speed? [SOLVED]  (Read 1155 times)

Great Vibes

  • Playmaker Newbie
  • *
  • Posts: 11
Increase Continuous speed? [SOLVED]
« on: November 24, 2019, 08:31:19 PM »
Hours upon hours I have tried to figure out how to gradually increase speed on my camera view. (scrolling on the X axis like a Mario game). The only way I can get it to work is making multiple states and increasing the speed that way. This is dirty. I have set animated floats but the speed doesn't actually change (even though the variable is clearing changing in the log.) Any ideas? Probably something so simple im gonna throat punch myself.
« Last Edit: November 25, 2019, 01:26:50 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Increase Continuous speed?
« Reply #1 on: November 24, 2019, 08:52:01 PM »
Hi.
Maybe float add can help, but probably its better to separate the increasing/decreasing on a different fms.

and use Get Fsm Float (set every frame) on the fsm where you set the speed.

Can you show how you have set the animated speed?

Great Vibes

  • Playmaker Newbie
  • *
  • Posts: 11
Re: Increase Continuous speed?
« Reply #2 on: November 24, 2019, 09:21:18 PM »
Fantastic, Thank you!