Hello. It is me again ))
In my game i create some objects clicking mouse button. Click > create object.
My question is simple .. How to create object, and then immediately check for overlapping with the same objects , and if overlap happened - destroy object.
I spent lots of my time to do this, but but it was all in vain..
Looks like CF can not do this in one tick ( if i am correct) . And if i add some "check for overlap action 0.01 second later" condition - all works just fine.
Anybody can help me ?