Hi i wanted to know how can I have a collision Ex:
if collision(player1,player0) then a=1
but if it collides again I get Ex:
if collision(player1,player0) then a=0
cause if i do
if collision(player1,player0) then a=0
if collision(player1,player0) then a=1
it will just stay on a=1?