sakshi2212
03-04-2008 09:28:32
I am trying to make my character jump only till a particular height but like a fast movement, like in 2D games such as Aladdin or something. I went through the character class topic in the forum and I am use the same function of setting the linear velocity. But if I give a high jumpheight value, it goes up real high, if a low values, it jumps very slowly in the direction in which I moved it. I am not sure how to get a quick fast movement. Also does anyone have an idea about how to jump and kill, I am trying to use ray collision for that.