Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Tried your example, all works fine on my side.

Maybe problem with sprite indexes, could you ls provide full .tic cartridge?

Sure. its for a sonic the hedgehog clone.

called "pokey the hedgehog"

https://itch.io/game/accept-admin/113076/233527

the hedegehog should be moving his legs.

LINE 148:

if ani1<=30 then ani1=0 end

try change it to

if ani1>=30 then ani1=0 end
(+1)

Thank you :)

another reason i really prefer TIC over PICO8 is cuz its easy to contact the dev if you confused :)