While trying to just remake a basic MegaMan NES clone to get even more comfortable with C2 I have come to a halt as I am running into a constant problem, And I do not understand it at all. Whenever I collide with anything while sliding to the left (only happens when sliding to the left and not the right) the player will "climb" whatever he is colliding with, be it a wall or the enemy. when colliding with the same object on the right it functions normally and he just stops moving forward.
Any idea as to why this is happening? I have gone over the events many times I cannot find anything that would do that.
How the slide portion of the event sheet looks right now.
<img src="http://i45.tinypic.com/4r4ze0.png" border="0">
I have been bothered by this for a while now and I am at complete lost as to why it only happens when sliding left and not right.
I have both an online playable version and the .capx uploaded, just look at the group "Slide" for all the events related to that action but everything is as clean as i could make it, lots of comments explaining what i was trying to do for each step.
Link to play online
Link to download .capx
EDIT: I forgot the controls are simple "Z" jumps "X" shoots, hold "X" for a charged shot (currently does not hurt any enemies when charged)