Hi!
I'm trying to make a select screen for my game. I set it up so that whenever I click a selected object, a new Object gets created, wich works as an indicator to show wich object is being selected (the creation point of this indicator is the objects in the select screenn).
I wanna know how to make so that when I click again on another object the indicator gets created again but the previous one gets destroyed from the screen.
I tryed the "if indicator on screen", indicator gets destroyed. But obviously, this destroy both stances and I get nothing to stay on screen.
Any help?