playMaker

Author Topic: [SOLVED] Global transition... really global?  (Read 112 times)

PolyMad

  • Hero Member
  • *****
  • Posts: 557
[SOLVED] Global transition... really global?
« on: April 02, 2026, 04:23:04 AM »
I would like to call a transition globally in the scene, is it possible?
To explain better: let's say I have 5 objects, all of them have FSM with global transition MOVEIT.
When I click the mouse, I want the transition to be executed on all of them, without calling them singularly object by object, is it possible?
« Last Edit: April 02, 2026, 06:34:37 AM by PolyMad »

PolyMad

  • Hero Member
  • *****
  • Posts: 557
Re: Global transition... really global?
« Reply #1 on: April 02, 2026, 06:34:16 AM »
Found the solution.
Send to another state where you put the action SEND EVENT, and in the EVENT TARGET option select BROADCAST ALL.
Hope this will come useful to somebody one day.