Hey,
I'm working on a game where the user can select a sprite by clicking on it. When this happens a red box appears around the sprite to let the user know they have selected it.
I have used "Mouse ~ On Left Button Clicked On Sprite1 ~ Highlight1 set visible & dropdownbox1 select item 1"
My question is; how do I set it so when anywhere outside of the sprite is clicked that the highlight is set back to invisible and the dropdownbox will be set to item 0?
Many thanks...