Hello guys!
So i have 10 sprites. Basically is 1 sprite copy-paste (no clone).
So the sprite have this instance variables:
ID = 0,1,2,etc
TOUCHED = FALSE
So, each time i click on sprite i get TOUCHED = TRUE. When i click it again FALSE. Simple.
Now, i want to click to ID 2, 4 and 6, means "TOUCHED = TRUE" and all other IDs need to be "TOUCHED = FALSE" to complete success.
If for example i have 2, 4, 6 and let's say and 9 this is wrong.
I know can works with array, but i believe there is a faster way, simple (i guess).
Any help? Thanks!