Can anyone help me with doing this, I remember trying a long time ago but I couldn't figure it out. What Im trying to do is make it so if I click on certain areas of an object, ______ happens. Ex. Click on objects head = do this. Click on objects arm = do that.
Either have different objects as different parts of the body, or compare the coordinates against some point on the object (knowing that anything above Y+32 from the top of the object means you're hitting the head when you click, for example).
hmm, I can't seem to do a relative to... thing or anything. Like, All I can do is put, User clicks on object.... and Check For The Mouse Pointer in a zone + User clicks. I Can't test a certain area relative to the object.