Wait Frames¶
Time ยป Wait Frames
Description¶
Waits a certain amount of frames
Parameters¶
Name | Description |
---|---|
Frames | The amount of frames to wait |
Example 1¶
This instruction is particularly useful in cases where you want to control the order of execution of two Actions. For example, imagine there are two Triggers executing at the same time, but you want to execute the instructions associated with one after the execution of the other one. You can use the 'Wait Frames' instruction to defer its execution 1 frame so the other one has had time to complete its own execution
Keywords¶
Wait
Time
Frames
Yield