<img src="http://dl.dropbox.com/u/7658043/example.jpg">
How do i get the spear to change it's angle towards the ground smoothly?.And i also want the spear to peg into the ground when it hits the ground.
Is using the physics behaviour an option?
Otherwise, try an always statement with a condition like "Spear.Angle < [DownAngle, probably 90]" and action "rotate Spear 1 degree clockwise"
Develop games in your browser. Powerful, performant & highly capable.
Thanks Jayjay.I used a bullet behavior and the rotate behavior.Just had to tweak the rotation but it works now.
Glad to hear =]