Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

step-hen1993

5
Posts
A member registered Jul 07, 2024

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!

Appreciate everything you do, PixelatedPope! Woulda been lost without this collision code

I am a moron, changed it to move.spdDir(0, 0) and that fixed it jesus i'm so stupid

tried changing to xSpdySpd and changing what's in the function as move.spdDir(vSpeed, hSpeed); but every time it just causes the player to endlessly skate. I'm not sure what to place in the () to prevent sliding and errors

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.