- Home /
Question by
thetrogdorman · Aug 09, 2013 at 08:35 PM ·
itweendelaypath
Itween MoveTo delay in the beginning of the animation
I made a simple back and forth loop for an object to follow, however whenever I start the loop my character takes a strange deliberate path each time before entering the loop. It does this each time it completes the loop and goes to start the new one. Are there any parameters to change in order to fix this problem?
iTween.MoveTo (gameObject, iTween.Hash ("path", iTweenPath.GetPath("Enemy 1"), "time", 8, "loopType", "loop", "oncomplete", "Rotation", "easetype", "linear"));
Comment
Your answer
Follow this Question
Related Questions
Push an object along a path? 2 Answers
itween path restrict rotation on TWO axis 0 Answers
Camera switching with iTween Touch 1 Answer
iTween Path easing in and out 0 Answers
iTween Path Rotation 0 Answers