Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: NelsonZavala on September 18, 2012, 07:53:50 PM

Title: Android Side to Side Camera smooth Look at
Post by: NelsonZavala on September 18, 2012, 07:53:50 PM
Hello Guys
I was trying to create a "smooth look at" for my player but i tried with all the look at options available in Playmaker but it seems that almost all of those used to rotate the camera and I need to the camera to follow the player  so I also tried with "iTween Move Update"  then I restricts rotation to the supplied axis only but i got strange results so using JavaScript I can do that just assigning the same position as the player to my camera, so any tip will be appreciated.


Greetings.
 
Title: Re: Android Side to Side Camera smooth Look at
Post by: jeanfabre on September 24, 2012, 03:11:02 AM
Hi,

 you should try the action "smooth follow" or "move towards" this will likely provide what you want.

bye,

 Jean