↧
Answer by swynn
It has a parent object, that was made by another artist. You put me on the right path....I added "islocal" and everything is working fine now. Thanks! New line is:...
View ArticleAnswer by swynn
iTween inherits information from parent by default. Adding "islocal" fixed the problem My new line looks like this: iTween.MoveTo(GameObject.Find("nameofobject"),iTween.Hash("z", 1.440323, "islocal",...
View Article