I'm trying to build on this example to allow the player to hop up onto a isometric platform - like a crate for example.
I imagine you'd have to create an object representing the top of the box, and when the player comes in contact with it, snap the shadow to the players position and re pin it together again? Or is there an easier way to accomplish this.
On top of the box the player should be able to move around in 8 dir again, and when they walk off the edge they drop down to the ground again.
any ideas?