I am looking for advice how to create a joint (physics object) to an object you don't know will exist. For example, the user can choose: I want to have 7 sprite...
In this tutorial I show you how to make a rope that can bend dynamically in any direction. You can make the rope as long as you want using only 3 objects.
I made an account just for this problem. Basically I have this hanging bridge, the physics of it I think are programmed correctly but for some reason just a few...
So I make a snake monster with physics and connecting its body parts with revolute joints. Now I got that working the only problem is the snake body keeps jolti...
I'm making a snake monster and the whole body is like has physics behavior for revolute joint except for the head . So the last part of the snakes body (the nec...
I'm making a telekinesis platformer. I want to make it so that when the player clicks on the object, it flies and hovers around them until they press a key to t...
I was experimenting with making a side-view physics game, what I have now is really similar to the golf template. What I am trying to do is while the ball is in...
How to make a trampoline with physics? Need to vary the angle depending on the position the character comes from. I did like this: Apply thrust to the angle (an...
My character is a ball bouncing around with physics. I need to slow its time scale down when Spacebar is pressed. I've done this: When Spacebar pressed >>> Set...