On a collision to a wall with the Car Behavior, I wanted to lower the Max Speed on every collision.
I tried On Collision between Car and Wall:
Sprite[Car].MaxSpeed = Sprite[Car].MaxSpeed - 50
Any help on how to make the car go slower with each collision?