johnatm / itween

Automatically exported from code.google.com/p/itween
1 stars 2 forks source link

iTween and Playmaker? #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I am evaluating Playmaker, because in your home, I read "Playmaker + iTween = 
Awesome"

Did you try this Playmaker?

I am just trying to make for my main camera a moveTo with a lookTarget property.
For each run, I cannot assure that the camera will be at the same right place. 

I tried then your moveTo method just by program, it works. The camera goes to 
the right position:

iTween.MoveTo(camera.gameObject,iTween.Hash ("position", new Vector3(-12,6,0), 
"time", 5, "looktarget", myGameObject.position));

So? Playmaker awesome or did I miss smthg?

Vincent

Original issue reported on code.google.com by jim20...@gmail.com on 20 Apr 2011 at 2:30

Attachments: