Reply To: For Loop continues when it hits a Wait node

Forums 💬 FlowCanvas ⚙️ Support For Loop continues when it hits a Wait node Reply To: For Loop continues when it hits a Wait node

#12002
Gavalakis
Keymaster

    Hello,

    The For Loop node makes all its iteration out calls in the same frame. When a Wait node is called multiple times, the calls are queued or filtered (depending on the invocation mode set in the inspector please see here) .

    The following flowscript uses a For Loop and Wait nodes. It will instantiate 10 cubes each one after a short delay (0.84 seconds) because of the Wait node.

    [attachment file=”InstantiateWait.png”]

    Let me know if that works for you.

    Thanks.