Hi!
I’m currently working on a game but i have got some problems with my moving objects (MOb) like enemies. The MObs are pointing (actuator: EditObject/TrackTo) to an empty and they are always moving forward. When they are touching a cube around the empty they will point to the next empty, moving to it and so on. The MOb has an object as a child which is always pointing to the player. Now the problem: when the MOb is rotating (moving to the next empty) the child isn’t pointing to the player any longer. Somehow the child is influenced by the rotation of his parent. You can get a file which demonstrates the problem here: http://mitglied.lycos.de/adilim/Stuff/Problem.blend You are the object in the middle (controll it with cursor-keys) and the MOb is the same looking object in the right corner. The pointing child is the arrow on the MOb. Has anyone an idea how to make the pointer always pointing correctly to the player? (if possible with logic-bridges, i’m just learning how to use the python-script in GameBlender)
Ahoi,
Adilim