Hey everyone,
I’m fairly new to the Game Engine, and I want to create just a muck-around car game. Obviously to get the car to turn realistically, I need to keep the wheels as seperate objects. The problem is, I’ve made the car body a parent to the wheels, but when I start the game, the wheels just fly away. I don’t know what to do - is there some way to keep an object ‘attached’ to an object besides parenting?
Thanks in advance.
EDIT: Sorry if it’s a really obvious answer… :o