FlowCanvas Forums › Support › Request: Script Execution Order › Reply To: Request: Script Execution Order
Interesting alternative there Gav, yes I think this would help a lot 🙂
How would it handle nested, children objects though? Are flowscripts executed in any structural order as is? Certainly within the FlowScriptController would allow order for multiple graphs within the same parent object, so that would be cool 🙂
To help make more sense of why I need this:
My scenario is that I have a GameManager Father object that calculates co-ordinates, field positions. Then a child node places gameobjects based on those calculations. I like to keep graphs small, but I guess it isn’t totally necessary.
Thanks in advance,
Rix