playMaker

Author Topic: Bug in iTween Moveto Action when using path?  (Read 1369 times)

indeed

  • Junior Playmaker
  • **
  • Posts: 85
Bug in iTween Moveto Action when using path?
« on: April 25, 2015, 10:04:58 AM »
Hi, I'm having an issue where a child object ignores the motion of the parent when using iTween MoveTo Action when using a path.

I have a simple animation on a parent object, a circular looping orbit. The child object orbits with the parent, however when I begin an iTween MoveTo motion that uses a path, the path works, however it ignores the motion of the parent. It stops orbiting, as if suddenly unparented, and then moves along the path.

For contrast, this does not happen when using a simple vector translation in iTween MoveTo. In that case, the motion is correctly 'mixed' with the motion of the parent.

Can someone please try this and confirm? Hopefully I'm just missing something simple.

indeed

  • Junior Playmaker
  • **
  • Posts: 85
Re: Bug in iTween Moveto Action when using path?
« Reply #1 on: April 26, 2015, 06:14:29 PM »
Hi, sorry to bump this, but does anyone have any idea if this is a bug or just me?