C3/Mobile Game
The player needs to jump on boxes that are moving up and down and then should automatically bounce off in whatever direction the player is pointing. If the player misses, the game will start over.
At the moment, the jump itself needs work, haven't figured out how to get it to bounce off the box yet, but worse, when the player jumps on the block, the player sprite first goes through the box and then comes up so it's on the box.
Anyone know how to get the player to land on the block without going through it?
Thanks.