I was trying this template but for some unspecified reason the sprite I'm using doesn't go faster than 400 even if I increase the max speed. Is there a way to use the custom movement behavior instead of the 8direction one in the same template?
howtoconstructdemos.com/virtual-thumbstick-to-control-a-character-with-8-direction-behaviour-capx
Develop games in your browser. Powerful, performant & highly capable.
Should be pretty straightforward:
+ System: Every tick -> Player: Set Custom angle of motion to TStick.a -> Player: Set Custom Overall speed to TStick.d×4
You can multiply TStick.d by a bigger number to go faster.