I wish to be able to essentially draw a dot-to-dot type thing in a game I’m working on (the game isn’t actually a connect the dots game, that just seemed the easiest way to explain it).
The player would tap the screen to place a marker and then when they tap again it would make another marker and a line would be drawn between then. This is all working fine.
I then want the player to be able to drag those markers around, again working fine.
The problem is that I want the lines connected to the marker (min of 1, max of two) to also move at the same time so that they all stay connected.
Is there any way to set the position of each end of a line after it has been set? [import]uid: 5833 topic_id: 5002 reply_id: 305002[/import]
[import]uid: 5833 topic_id: 5002 reply_id: 16379[/import]