can Collision check avoid colliding with hidden layers?
Posted: Sat Aug 11, 2012 8:22 pm
I am using collision(#LAYER, id1 ,id2) and i ran into something i didnt want to happen.
I have used HideLayer() for id2, and when i do collision check between id1 and id2, it detects it as collision despite the id2 being hidden.
Is there a way to check for collision so that if one of the layers to be checked is hidden, it wouldnt report true then?
I can make workaround for this of course, but i would prefer if there would be command that would handle this for me.
I have used HideLayer() for id2, and when i do collision check between id1 and id2, it detects it as collision despite the id2 being hidden.
Is there a way to check for collision so that if one of the layers to be checked is hidden, it wouldnt report true then?
I can make workaround for this of course, but i would prefer if there would be command that would handle this for me.