Hi.
If I have two of one sprite on my layer, and touch one of them, the boolean for this sprite will be set to "true".
But If I now touch the other sprite, the boolean on this sprite also be set to "true".
How do I set the first touched sprite to boolean "false", when I touch the second sprite?
It is only one sprite, but I have placed two of the same sprite on the layer.
There must only be one af the sprites on boolean "true" at the same time.
Please help, thanks