playMaker

Author Topic: START INSIDE A TRIGGER  (Read 1556 times)

wallaceb68

  • Junior Playmaker
  • **
  • Posts: 87
START INSIDE A TRIGGER
« on: December 07, 2013, 12:47:32 PM »
What i have is a G.O. that at the start of the game is inside a trigger. while inside the trigger it moves on a itween path that stay's inside the trigger. i have another trigger that will send the G.O. on another itween path outside the first trigger and then back inside the first trigger (HERE IS MY PROBLEM) but when it gets back in the first trigger it isnt restarting the itween path.
STATE 1
START
RUN PATH 1= ITWEEN MOVE TO_v2, G.O."DOG 1", SPEED "3", PATH NAME "PATH 1"
TRIGGER EVENT= TRIGGER "ON TRIGGER EXIT", SEND EVENT "RESET"
STATE 2
TRIGGER EVENT= TRIGGER "ON TRIGGER ENTER", SEND EVENT "RUN PATH 1"
« Last Edit: December 07, 2013, 12:49:11 PM by wallaceb68 »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: START INSIDE A TRIGGER
« Reply #1 on: December 09, 2013, 02:51:07 PM »
Hi,

 Try to put RUN PATH 1 as a global transition of state 1, thyt should work then.

Bye,

 Jean