SFML community forums

Help => General => Topic started by: fatih on December 31, 2012, 03:18:54 pm

Title: I have problem with character
Post by: fatih on December 31, 2012, 03:18:54 pm
I was coding my game for about four days. Everything is working except moving right/left when character jumps. When character is going up he can not move right/left, but when he reaches maximum height, he starts falling and then he can move right/left.
Title: Re: I have problem with character
Post by: Laurent on December 31, 2012, 03:24:31 pm
The problem is at line 42.

Additionnally, you could read this:
http://en.sfml-dev.org/forums/index.php?topic=5559.0
Title: Re: I have problem with character
Post by: Sui on December 31, 2012, 03:51:17 pm
I think what Laurent is trying to say is:

"Post some code dude!"

As per posting guidelines, a minimal example is best.

I will be very impressed if the problem is on line 42... :-)