Skip to main content

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

Thank you, place_meeting is exactly what i was looking for. One more questiom, my hero, when he goes left the image isn't flipped. Also there are 4 frames for the sprite but it only shows the first. In my other test projects i was able to get it to work fine but it doens't in your engine. Can you help?????

I think you are probably not using the correct code to draw the player. Try checking out draw_sprite_ext in the draw event of the player and input the correct arguments there.

Ah, i had it set to always draw frame 1. That's fixed, but how do i flip the images if i am moving left?

Use the dflip or flip variable as the image_xscale.