Re: How detect the object over other object is?

2010-12-20 Thread DunbarX
Josep. If you have a particular target object, why not simply test whether it intersects with all other objects? In the target object script: on mouseup repeat with y = 1 to the number of controls put control id the id of (control y) into temp put temp : intersect(me,temp)

Re: How detect the object over other object is?

2010-12-20 Thread James Hurley
Message: 14 Date: Sun, 19 Dec 2010 23:41:05 -0800 (PST) From: JosepM jmye...@mac.com To: use-revolut...@lists.runrev.com Subject: Re: How detect the object over other object is? Message-ID: 1292830865948-3095145.p...@n4.nabble.com Content-Type: text/plain; charset=us-ascii Yes, but I need

How detect the object over other object is?

2010-12-19 Thread JosepM
of the graphic, but I need to check all the posibles zones. Is this the way? Any idea how to deal with? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/How-detect-the-object-over-other-object-is-tp3094859p3094859.html Sent from the Revolution - User

Re: How detect the object over other object is?

2010-12-19 Thread DunbarX
Easy. Read about the intersect function in the dictionary. Craig Newman ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: