I have managed to do this before, but for some reason I can't make it work!
Basically, a jeep moves around, a turret copies the movement (with a bit of offset to look right)
I want the 'player_bullet_pan' to move in the direction of the mouse - this uses a var called 'paneldirection' which is worked out when '!player_bullet_pan' <-(doesn't exist) IN A WHILE LOOP.
It works when i just say player_bullet_pan.x = player_bullet_pan.x +5 or something.. but not when I try anything with 'paneldirection'
It's probably something really stupid and small, but if anyone can help i'd appreciate it greatly!!
Code will be in next post!