I want to make a character movable with arrow keys, but whenever I program it to go left, it turns upside down. Also, how do I make it jump with gravity? Tanx for halp
Offline
for the arrowkeys thing, click on this button
and that should work.
As for the gravity jumping, take a look at tutorials about it. look around on forums or projects. You have to have a Y velocity variable and program when to change it and stuff like that. It's kinda complicated to say, and learn, especially for new people.
Offline