playMaker

Author Topic: I Tween Move From only works once?  (Read 1626 times)

Kiki

  • Playmaker Newbie
  • *
  • Posts: 2
I Tween Move From only works once?
« on: October 28, 2015, 01:12:37 PM »
Not sure if this is a bug or if I'm doing anything wrong:
I've setup a menu of sorts and when I hit the menu button it first activates the GameObject then slides it down into camera view. For this I used I Tween Move From Playmaker Action.

The, now activated menu and on camera, has a done button which uses I Tween Move To action and after it's done it deactivates the entire thing.

I do have the check on Reset on Deactivate mind you.

Now if I hit the menu button again I can see in playMaker window that playmaker started from it's start action again, I can see in scene that the GameObject was activated but it does not move back down.

So to recap:
The I Tween Move From works fine the first time, it also works fine if I set it to loop, but if gameobject gets deactivated and reactivated the animation no longer fires. Again I do have the tick on for reset on disable and I can see action in the playmaker window as if it's working.

Is this a bug or am I doing something wrong somewhere?