Locking position and rotation between actors
ccc2
Member Posts: 8
I am trying to make a game in which my car actor has a rocket actor attached to its back. I followed the game salad cookbook tutorial for connecting actors, but I want my car to go down a ramp, and when it does, the rocket moves around oddly. I also wanted to have on touch, flame actor appears and is locked to rocket position and rotation. Any ideas?
Answers
http://www.mediafire.com/?7avpfoxh72a8hw2
That is my file.
Did you sort this out ? I can take a look if you still need me to.
Thank you
Just spin game.A Rotation around by 180°.
So . . . . 100*cos( game.A Rotation)+ game.A X
Becomes . . . 100*cos( game.A Rotation +180)+ game.A X
Hold on let me do it to the file . . . . . back in 2 minutes . .