>> Is there anyway to check if sprite 1 intersects sprite 2, but ONLY >> when sprite 1 is directly OVER sprite 2, and not if there's a third >> sprite in between sprite 1 and 2?
if ((sprite 1 intersects 2) and (not (sprite 1 intersects 3))) then -- your conditions are met -- Mark [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
