Collision Demo

3

TooFly 2019-02-08 04:17

Implementing the basics was easier than expected, but fixing the weird bugs took me a while... Only bug that I couldn’t fix was the little bounce that the character does after landing after some jumps...

Anyways, this is really promising and now I’m excited to start making a game with this!


Timo 2019-02-08 07:13 (Edited)

Cool!
One note: You can set the cells before the loop (not inside). Sprites move over them without clearing the background graphics, so once a cell is set, it will stay there until you overwrite it will another value.
I will see if I can find the bounce glitch...

Did you try the BG Designer already? You can create the level maps with it.


TooFly 2019-02-08 15:25

Yeah I should’ve probably placed the cell drawing outside of the loop. Next program I’ll be using the BG Designer to make a level.


Log in to reply.