playMaker

Author Topic: Do Event Then Iterate!!!  (Read 2672 times)

darkhitori

  • Playmaker Newbie
  • *
  • Posts: 6
Do Event Then Iterate!!!
« on: October 07, 2015, 05:26:36 PM »
Modified the Iterate action so that it Does a event and then goes into the iteration loop.....Sort of like a Do While Loop....but even better cause you could either loop back to the Do Event that you fired off first or go into any Event you choose and loop through that instead!!! Enjoy.... ;)




dudebxl

  • Hero Member
  • *****
  • Posts: 602
Re: Do Event Then Iterate!!!
« Reply #1 on: October 08, 2015, 07:39:32 AM »
Ah cool.. I actually needed this action  ;D

Please try to put onto the ecosystem... And maybe add the keyword loop so we can find easily... :D

Thx
« Last Edit: October 08, 2015, 07:41:17 AM by dudebxl »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Do Event Then Iterate!!!
« Reply #2 on: October 08, 2015, 08:09:18 AM »
Hi,

 Thanks for this, indeed it's interesting to have options for iterating.

 Let me know if you have trouble putting it on the ecosystem. I made a video showing how to:


Bye,

 Jean

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Do Event Then Iterate!!!
« Reply #3 on: October 08, 2015, 01:54:11 PM »
hi,
maybe add a reset bool
like in "array list get next" for example