Hi friends,

Here are some codding suggestions:

When you're hanging from a ledge, you have to press up or down to rise or fall. I think it would be appropriate were the right and left keys to do this role, as in the rest of the movements are up and down keys to change game lane. In fact, when you're hanging in the background and you press down the button, the character also changes the lane. This would be avoidable with a little more code but I think that is not in harmony with the general way of moving.

On the other hand, when BJ was about to jump on an edge, if you get long and pressed to jump, she changes the force of gravity. I think you should have jumped in order to change the force of gravity.

Salud!

EDIT: there is a problem with the sister bounding box. She get stuck on one box tall holes. I modified 18th code line in 'movement.c' to 'var bbox_girl[6] = { -25,-25,-64,25,25,60 };' to solve this problem. Please, change it for future prototypes.

Last edited by txesmi; 06/01/10 21:38. Reason: Avoid double post