playMaker

Author Topic: Movement Problem  (Read 1469 times)

Abdou23

  • Playmaker Newbie
  • *
  • Posts: 30
Movement Problem
« on: August 31, 2014, 12:40:42 AM »
So, I have a set of of object (Platforms) set to move in a certain way, they all children of a single parent(Empty Object) . That parent has 2 FSMs. One to get input for moving , and one for constant moving, both directions are opposite of each other ( if press "right" then the parent along with it's children will move to the left, the constant movement is that they move to the right).

What i want is working perfectly except for a little problem, whenever i use(enable) the state of constant movement, the children movements stop to work, they just freeze. I don't know if bug or there is something i'm missing.

I hope i was clear enough.


Edit: Found that this problem is related to iTween actions, because when i use translate, it works fine, the problem is i have t ouse iTween for my project.
« Last Edit: August 31, 2014, 06:22:37 PM by Abdou23 »

Abdou23

  • Playmaker Newbie
  • *
  • Posts: 30
Re: Movement Problem
« Reply #1 on: August 31, 2014, 01:33:26 PM »
Problem Solved !!

The parent had a rigid body and for some reason removing it ( the rigidbody ) solved the problem, now i need to spend more time adjusting each object alone.
« Last Edit: August 31, 2014, 06:23:54 PM by Abdou23 »