On sprite clicked
- sub event - pick all sprites - set opacity to 100.
- sub event - set opacity 60.
On the sprite clicked event the clicked on instance is picked.
The first sub event with the pick all sprites condition picks all instances and sets the opacity.
The second sub event below it is still picked from the on sprite clicked event, so that sprite only gets changed to 60.