hey hey! looks like an amazing "just do the damn collisions" script! especially when rapid prototyping. a question though: can you use this with game maker's own vspeed, hspeed and so on? or do i have to use my own separate variables?
Viewing post in TDMC 2.0 - for GameMaker 2022+ comments
You need to use your own separate variables.
The reason is that GM takes the values you've set in those existing speed variables (speed, direction, hspeed, vspeed, friction, gravity) and automatically updates your x and y position between the step event and the end step event. So using those will mean you will move A: twice as fast and B: through walls.