HELP!
GMatisoff
Member Posts: 3
I have a few problems I've been trying to figure out for some time one. The main one is sometimes when I preview my game, the character only moves to the left after spawning. This happens every once in awhile, and I can't figure it out for the life of me.
The other one is I can't get my character to jump, right now he kind of floats around.
Any advice would be greatly appreciated!
The other one is I can't get my character to jump, right now he kind of floats around.
Any advice would be greatly appreciated!
Comments
Also, did you follow/read the tutorials on jumping?
Gravity is set to 1 in the scene attributes
I guess what I would like to know is what's the best way to get a character to jump?
and in the behavior section should I put a timer (set to .2) with an acceleration going up?
so what I have looks something like this (sorry I'm not sure how to post pics on the board)
Jump
When ALL conditions are validL
Actor receives event key SPACE keyboard is down
TIMER
for 5 seconds
Direction 90 Relative to Actor
Acceleration 100