playMaker

Author Topic: iTween Moving Platforms  (Read 2908 times)

adamrobertson

  • Playmaker Newbie
  • *
  • Posts: 9
iTween Moving Platforms
« on: September 07, 2013, 03:32:32 AM »
Hi Everyone,

I am trying to make a moving platform using an 'itween move by' which moves left then when the state is finished moves to the move right state and repeats.

This process works but when my character jumps on the platform he does not move and the platform just carries on moving which means i fall off.

Is an iTween move the wrong option to use here?

Many thanks for anyone that can help on this issue.

Adam

parallel

  • Full Member
  • ***
  • Posts: 155
Re: iTween Moving Platforms
« Reply #1 on: September 07, 2013, 05:02:27 AM »
Would parenting the player to the platform while on it (triggered or raycast f.ex) do the trick?

adamrobertson

  • Playmaker Newbie
  • *
  • Posts: 9
Re: iTween Moving Platforms
« Reply #2 on: September 12, 2013, 06:19:11 AM »
Thanks, I'll give this a try :)