Yup.. me again being a big noob but I am determined to see this game to the very end! A while ago I had much help involving creating a scaling and alterable line that adjusts it length and angle to meet between two points (just draws a line between ActiveA and ActiveB).
But now I need help in figuring out how to create the line between object A and A, between two identical objects. The problem being me being new to MMF2 and can only handle basic loops and simple instances. So my basic question is
How can the formula work with identical objects? I'm guessing it would be as simple as searching each one with it's own ID, but how would that work trying to locate the issued ID's within the formula? It's giving me a big headache...
All help very much obliged. I anything is unclear feel free to question.
You just need to store the X and Y coordinates of the two objects, inside the Line object's alterable values.
That way, you can easily have multiple (duplicate) objects and lines.