Hi all,
Can someone send me an example of match the following(one-one or one-many) exercise using construct3 . I tried using two sprite objects and draw a line to match the sprite objects using system event Every tick and then used a function(stopLine) to end line . The issue I am facing is on tap of first object in columnA I am able to draw line properly to the any Object in columnB, but when I tap on second object in columnA automatically the line is drawn to the same earlier Object in columnB and so on with other objects also.
Help me to solve this problem