playMaker

Author Topic: Finish second event and finish it before go back to the first event.  (Read 1687 times)

kentcheung2000

  • Playmaker Newbie
  • *
  • Posts: 37
I have two events.  My first event is making a call to another global event in the middle.

My question is how I can call the second event and finished it before I can go back to my first event.

Many Thanks.

KC

Fat Pug Studio

  • Beta Group
  • Hero Member
  • *
  • Posts: 1294
    • Fat Pug Studio
Re: Finish second event and finish it before go back to the first event.
« Reply #1 on: August 19, 2018, 06:43:50 AM »
Can you be a bit more specific, i'm not sure i'm grasping thr concept.
Available for Playmaker work

kentcheung2000

  • Playmaker Newbie
  • *
  • Posts: 37
Re: Finish second event and finish it before go back to the first event.
« Reply #2 on: August 19, 2018, 05:00:18 PM »
Thank you so much for your reply.  I have two events. 1st and 2nd.  When I run my first event, I want to go  the 2nd event and run it to the end and then go back to my 1st event.

My problem is my 1st event will finish before my 2nd event finish.  How I can finish my second event (Step 2.3), then go back to Step 1.1.

Thanks.

KC

DanielThomas

  • Beta Group
  • Full Member
  • *
  • Posts: 150
Re: Finish second event and finish it before go back to the first event.
« Reply #3 on: August 19, 2018, 06:34:36 PM »
Check out the  Host/sub FSM example on the ecosystem (just filter by examples).

I don't know how your setup is, but another way can be to sent back a bool value to 1st event when 2nd one is finished.