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!
step-hen1993
5
Posts
A member registered Jul 07, 2024
Recent community posts
TDMC 2.0 - for GameMaker 2022+ comments · Replied to Pixelated Pope in TDMC 2.0 - for GameMaker 2022+ comments
TDMC 2.0 - for GameMaker 2022+ comments · Replied to step-hen1993 in TDMC 2.0 - for GameMaker 2022+ comments
TDMC 2.0 - for GameMaker 2022+ comments · Replied to step-hen1993 in TDMC 2.0 - for GameMaker 2022+ comments
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.