Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Responsiveness would be the best way I would put it? There would be times I hit the button and didn't grab the object, even when I was overlapping it, so I'd have to hit the grab button again.

My laptop isn't the best machine any more, it lags even playing my own GMS games, so that might have been it. Either that or it might have been the grab range. How were you doing the detection for it?

(+1)

Thanks a lot! Your answer was of great help. I believe I was able to fix the issue. Previously I did collision check in collision event and flagged player if he was overlapping the box and handled input in players step event so if for some reason the collision did not fire within the same step it would ignore it! :P I changed it to use instance_place. It’ll be fixed in next update :)