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

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

#3503
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.

InstantiateWait

Let me know if that works for you.

Thanks.

 

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. InstantiateWait.png