Thanks, dude! I really appreciate it! (:
step-hen1993
Creator of
Recent community posts
You are the reason I understand how to read code and understand GMS 2 as much as I do now, watching your streams as lessons and less "follow and copy," utilizing these engines you have here on itch.io, going through this demo to see how the states work and what arguments pass through what to make an action execute, reading through everything and understanding what makes what tick, etc etc. Thank you Pixelated Pope! Both this and use_tdmc() have taught me more than I realized they would!
question: my character collides fine now, but when colliding they then slide endlessly into the void. I think this has to do with the move.spdDir in my script.
move.spdDir(moveSpeed, inputDirection);
i have it like that due to when adding it how you have it listed above, I receive errors and am unable to run the game. I'm unsure how to fix, I've tried deleting this code but it breaks the collision entirely.

