until
Details
Kode wheel segment | Timing and Logic |
Style | Specialised |
Modifiers | None |
Primarily WHEN/DO | WHEN |
Pre-made brains that use it | unknown |
Timing and Logic> until
Description
This tile runs the DO side, or any child lines, until the WHEN side is true. In the example below you display the icon image for the A button until the A button is pressed.
Example Code
WHEN [until][A pressed] DO [display][icon:A][screen center]
WHEN [A][pressed] DO [emote][Cheer]
Modifiers
None