Fly-physics
Strox
Member Posts: 3
in Help Wanted
Hello!
I am creating a 2D Flying game where the actor gets of a jump With some speed, then i want it to be able to fly like a paper airplane. Yet I can't Get The physics right, and it doesn't look real at all. Hope anyone can help me With this.
Thanks
Comments
Try to work with actor gravity.
In your actor put the accelerate behaviour with direction: 270 and acceleration: 300
For the first jump you can use a change attribute...self.motion linear to 600.
try it...
dapion.de
[https://twitter.com/dapionde?]
Thanks for answer, but that is not quite what i am looking for. Forgot to mention it; the player should be able to rotate the actor to left and right, and when actor is rotated left the player gain hight but the speed decrease, which will make actor fall down eventually. And when player rotates right the player gain speed, but lose hight.
This project might give you some ideas.