Jumping problems!
Hello again,
Now I got some big problem again.
The problem is that I want my main character jump first up then down...
it´s sounds very simple but I can't get it working correct.
My main character most jump up and down infinite. But I also want so when I'm jumping up it goes up to nearly the top of the screen also if i press left or right. So what I did was to make a rule when_main_character_ovarlaps or collides_with actor_floor, change velocity to 300.And the gravity is set to 500 Y.
The up and down jumping is working but not when I click right or left he only go left or right but I want Him to go up and right (or left) at the same time!
And then I want when Its go down, it go down and left or right , Not only left or right.
Any Ideas?
// GameARN
Now I got some big problem again.
The problem is that I want my main character jump first up then down...
it´s sounds very simple but I can't get it working correct.
My main character most jump up and down infinite. But I also want so when I'm jumping up it goes up to nearly the top of the screen also if i press left or right. So what I did was to make a rule when_main_character_ovarlaps or collides_with actor_floor, change velocity to 300.And the gravity is set to 500 Y.
The up and down jumping is working but not when I click right or left he only go left or right but I want Him to go up and right (or left) at the same time!
And then I want when Its go down, it go down and left or right , Not only left or right.
Any Ideas?
// GameARN
Comments
Good Luck!