iTween question: Unpredictable paths?

[4780-screen+shot+2012-11-08+at+1.58.43+pm.jpg|4780]

I’m having trouble getting iTween paths to work. In this pic above you can see the weird kink that is between the bottom two spheres.

What is this, and can it be overcome? Its driving me nuts.

@ sparkzbarc, I tried that, he didn’t respond.

@ Montraydavis:

var path : Transform[];

function OnDrawGizmos () {

iTween.DrawPath(path);

}