I need to select all other instances of one sprite but unselect one for checking variables.
"Pick all other instances".
How to do this?
Thanks :-)
Develop games in your browser. Powerful, performant & highly capable.
With out to try it.
With boolean->selected
Pick all -> set boolean true
Pick a random instance -> set boolean false
Working