playMaker

Author Topic: Enable Gravity Multi  (Read 1786 times)

miguelfanclub

  • Full Member
  • ***
  • Posts: 165
Enable Gravity Multi
« on: March 06, 2019, 05:59:04 AM »
Same as the actual one, but with the possibility to add multiples game objects.

Thore

  • Sr. Member
  • ****
  • Posts: 480
Re: Enable Gravity Multi
« Reply #1 on: March 06, 2019, 08:02:24 AM »
You need to simply add the action multiple times, or if you want to work with arrays etc, need to build a for i loop (i.e. get next object, repeat).

miguelfanclub

  • Full Member
  • ***
  • Posts: 165
Re: Enable Gravity Multi
« Reply #2 on: March 06, 2019, 04:56:49 PM »
Yes, that I know.
It was to avoid this (there are some "Multi" actions in the ecosystem and they are very handy)

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Enable Gravity Multi
« Reply #3 on: March 06, 2019, 06:50:27 PM »
Hi.
Multi actions do the save as an array loop :)

With the upcoming update on the run fsm, it will be easy to make templates for these kind of things.