Hi. I want to make a game in the style of the popular web game “Save my pets”, but I don’t understand how.
I’ll try to explain the mechanics (although it’s easier to just play the game to understand): you need to draw an arbitrary line, so that it then becomes a physical object (with gravity).
At the moment I’ve only figured out how to draw a line (create an object by clicking the mouse), but I can’t figure out how to add physics and gravity to it (so that the line doesn’t fall apart into separate objects, but is a solid object).
I studied Physics2, but I didn’t understand how to realize it. I would be grateful for instructions.