You need global variables (or array) to store the sprites ID from a layout to another, let's say you have a variable named CarVar :
- > On car_body clicked : System > Set CarVar to car_body.animationname
Same for the wheels, then on start of the next layout :
- > On start of layout : car_sprite > Set animation to CarVar