Hi construct people
am new in construct and i wanna ask
How do I execute an event and ignore the other when the 2 conditions are met in the same time
To explain more :
I got a condition says :
Bird is overlapping Sprite1 >>>>> set collisions Enabled
and an other condition says :
Bird is overlapping Toppipe >>>> Bird Destroy
Now ,What I wanna do is
When the Bird is overlapping Sprite1 and Toppipe at the same time , ignore event 1 (set collisions Enabled ) and execute event 2 (Bird Destroy )