Hi Guys,
I have yet another question that I am hoping someone can answer for me.
I have loaded my sprites from a sprite sheet and am having issues with the collision detection. The sprites are in a grid of 30x40pixel and load fine and can be used for animation without any issues.
The problem I have is regarding the collision boxes. The jump animation is taller and different shaped than the standing frame. If I use SetSpriteShape(sprite,3) it is fine for the standing sprite. But if the sprite changes to a frame that is a different shape the collision doesn't change making it wrong.
Currently I am having to run SetSpriteShape(sprite,3) at each action where the frame changes. This works but is there any easier way to do this?
Thanks
James
Brian Kuh: If anybody wants to see, there's a Donkey Kong kill screen coming up.