[Solved] Platformer Sprint

My sprite currently has the platformer behaviour attached to it.
It’s “walking” speed is as it should be.

I want the character’s speed to increase when it is running and jumping to stimulate a sprint. Is there a way to do this on a platformer?
Thanks

Update: I have found the issue, this can be edited with the following condition


Hopefully this helps anybody who is seeking help with sprinting as well

though, you might want to have the operation set instead of add if you dont want any continuous acceleration

4 Likes