I am making a game with a car - side view. Hence, I have the front wheel as one sprite, and the back wheel as the second sprite.
The objective of the game is to get the car to be completely stopped over a particular platform. Hence, I TRIED to set up a condition for the following 2 conditions:
1. If front tire collides with platform (basically parked on top of the platform)
AND
2. If back tire collides with platform (basically parked on to of the platform)
However.. I do NOT see how to set up a single condition for BOTH of these options.. once I tell it to detect if there is a collision with the front tire, it does NOT let me set up in the same condition to also check about the back tire.
Any ideas?