Hello guys I'm fairly new to construct 2 and am trying to create a clicker type game. here we have the main sprite and 3 side sprites. if main sprite is placed inside a side sprite it should change color. Now the problem is if i drag and drop from main sprite to one of the side sprite , all of them change color. How can i rectify where only one of the side sprite should change color and not all of them
Thanks in advance
You need to pick the side sprite, this could be, on dropped, if main sprite is overlapping side sprite, side sprite change colour.
Develop games in your browser. Powerful, performant & highly capable.
It has to observe if it was copy or clone, so you can reference the color change for the correct sprite ...
I tried everything out but Still can't find a solution . do I use UID etc ? I haven't got a clue , capx file attachment would be useful . thanks !
Is this what you're trying to achieve?
Yep.