It would be nice if we had this option.
<img src="http://img165.imageshack.us/img165/5040/pointwpointfe2.png">
But besides that, what I'm trying to accomplish might be simple, so I'll ask -- How would I set up my events to make it so my detector can do this:
edit- new pic
<img src="http://img374.imageshack.us/img374/1626/overlapspointzo0.png">
...With every box family I add no matter the size at runtime.
Keep in mind this view isn't top down or platform, its in between the two and it's faking Z depth. And all my boxes will have a totally different sprite/look.
Since there is no "point overlaps point", I don't quite see how I could do this without having to add thousands of width and height sprites to overlap (although, I might be missing something). I want to use the right green box sprite to stop the character from going left into the box, and bottom darkred sprite for going up inside and vice versa for top and left. And no, solids don't work for this, I'll just have to add a cap for you, because you probably won't get why otherwise. If you download the cap go under the sky sprite and hit the shift key. This you cannot do with "solid" and these boxes aren't might to be solid anyway, I want some other objects to do some separate things with solids.
(Which leads me to another question, can I use solid in events? if not please add the options. So I can do -- IF "object" COMES IN CONTACT WITH "solid" - DO STUFF.)
[solved]new features like overlaps at offset and collision masks make this not so much a problem