Well just make it not move only if it is moving. This can be done with a simple if statement... Example:
Code:if (moving) { if (collision()) { stopIt(); } }
|
Results 1 to 3 of 3
Thread: Parking Game collisions problemThreaded View
|
Click Here to Expand Forum to Full Width |