Page 1 of 1

is touch rect

Posted: Wed Mar 20, 2013 12:56 am
by Nakia
Hi,

I need to be able to identify if a control (Control 1) on my Card is touching (within) the rect of another control (Control 2)..

To give more context, Control 2 is a NavBar and Control 1 is button that moves around.When ever Control 1 touches the NavBar I need to be able to
hide it...

I am all good with the hiding etc but its just understanding how to identify if the Rects are touching....

Re: is touch rect

Posted: Wed Mar 20, 2013 1:06 am
by Nakia
Found intersect function :D :D :D