Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This game is really enjoyable! But, if you can, maybe make the movement a little smoother, otherwise, I loved it!

(2 edits)

Yeah you can fix that by using instead of 

(when key _ pressed)

(change x/y by _)


Use

(when key _ pressed)

(repeat until (Not [when key _ pressed]

(change x/y by _)

That's the code I use if I use for top-down movement in scratch. Also, to play in browser use htmlifter for an html file, and then click the run in browser button under the upload name in itch.

Just small improvements like these can make a big difference. (if you end up using the code, please credit me)