Hey, so I'm finding it a bit challenging when I have a lot of objects overlapping in one area (top-down iso style) and want to select and move things around. Right now it feels like it could be a bit more streamlined. While tab+click works to select objects below other objects, as soon as you try to move it with the mouse, it automatically selects the top item in the z-order again. At the moment, the only way I know of moving these objects is by using the arrow keys which is a lot slower than dragging with the mouse.
The other thing that's getting me is that clicking on a sprite's transparent space selects that object. I can understand why this is the case, but it can make selecting objects frustrating if clustered together (and I need to leave extra space around certain sprites due to a wind effect, which exacerbates this issue).
Is there a key or something that can be held down when dragging a selected object that will prevent the selection resetting?
Cheers