playMaker

Author Topic: iTween shake position parent  (Read 2270 times)

caesarhernandez

  • Playmaker Newbie
  • *
  • Posts: 30
iTween shake position parent
« on: May 21, 2014, 06:51:14 PM »
Hello,

I am trying to apply an iTween shake position to a child object, but when I translate the parent while the shake is happening, it seems to apply the transform of the child to world space only and it detaches from the parent.

~Caesar

BDFgames

  • Playmaker Newbie
  • *
  • Posts: 36
Re: iTween shake position parent
« Reply #1 on: February 12, 2018, 11:12:56 PM »
H Caesar. Did you ever find a solution to this?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween shake position parent
« Reply #2 on: February 13, 2018, 01:58:11 AM »
Hi.
I believe you can set the space to self?

Kathar

  • Playmaker Newbie
  • *
  • Posts: 48
Re: iTween shake position parent
« Reply #3 on: February 13, 2018, 05:22:49 PM »
I had the same problem with iTween too. Was trying to shake some text objects, but once parents and such started moving around it was a nightmare. I didn't find a solution to iTween personally, instead I just ended up using DOTween - can't recommend that enough though.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: iTween shake position parent
« Reply #4 on: February 14, 2018, 01:43:49 AM »
Hi.
It is indeed better to use dotween as itween is outdated and slow