hello i'm new here,
i want to ask how to make drag and drop connect to other objects. so when I drop it will create a new line object that will connect to other objects.
Develop games in your browser. Powerful, performant & highly capable.
Your help request isn't really clear.
Can you explain clearly what you're trying to achieve?
I would be happy to help
You can take a look at this sample I made long ago. Straight lines are pretty easy, if you want lines that curve it gets a lot trickier.
you definitely don't want to be updating them every tick - only when you create them or need to move them.
if you get stuck, it is easier for us to help if you post a sample project...
https://www.rieperts.com/games/forum/Bezier_Curves.capx
this really works thanks