Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Abdou23 on August 31, 2014, 12:40:42 AM

Title: Movement Problem
Post by: Abdou23 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.
Title: Re: Movement Problem
Post by: Abdou23 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.