>Is there a way to check if one point (out of the 4 points of a sprite's >rect) is, or is not, within the rect of another sprite?
Yes. inside(point,rect) or: if inside(point(sprite(a).left,sprite(a).top),sprite(b).rect) then topleftisinside -- [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!]
