I am making this car game. I want to do game over if user touches the bounds of road. How can I achieve that?
So far I tried using "If object not overlapping" event but it only triggers if car image is completely off the road.
But expected behavior is to trigger as soon as part of car touches the sides of road.