THX —
you solved 1 and 3 (where I am a little embarrassed that I totally forgot that I can use families - but I guessed it would be easy - that's why the n00b title)
with your SOL (select object list) I am not sure if I took the right path, but I used objEnemy.pickedcount (still didn't figure out how to just use a condition)
2. unsolved drag and drop
If you drag the objPlayer to fast, then the drop on collision or overlapping drops the object into the objWall
So I attached a capx where I use a follow every tick as long as in a certain area (this comes pretty close to what I want)
The perfect solution would be that the dragged object gets repelled from objWalls and objEnemies (that's why I left a gap in the wall).
The only solution I could think of is so complex I didn't even try if it would work, because I am pretty sure that there is a much nicer way to do it.
So my solution would involve checking the drag angle and when objectPlayer hits an object it gets moved -180 degrees against the drag angle as long as it is overlapping (but I also should have to check where the wall is, so i only use X or Y).
https://www.dropbox.com/s/b8ict3ibdh7fh ... .capx?dl=0