playMaker

Author Topic: Rotate object towards another object  (Read 2135 times)

sinman

  • Playmaker Newbie
  • *
  • Posts: 14
Rotate object towards another object
« on: July 15, 2012, 12:50:40 PM »
I have and object (A) and an object that is constantly moving (B).
When A is called/activated, I want it to face object B all the time.

None of the Vector actions seems to do such function, and i cant seem to use a global variable to make object A face object B.
I also tried using the iTween MoveTo with the "look at" function, but no luck.

Any suggestions?

Uttpd

  • Junior Playmaker
  • **
  • Posts: 70
Re: Rotate object towards another object
« Reply #1 on: July 15, 2012, 01:24:41 PM »
"smooth look at" + "Move towards" if you want it to move
« Last Edit: July 15, 2012, 01:29:03 PM by Uttpd »