I am making mobile game.
When user touch some card in my game, I want to pop up description window. So I made that with UISprite's bundles.
And now I want to make,
[when user touch other screen area or ngui objects than the description window, window disappear automatically]
Important thing is when user touch other button(or other touchable ngui interface) outside of the description window, button's function should work and also description window also should disappear.
How can I make this?
Thanks.