Login

Fancade Wiki

Updated Control flow.md (markdown)

... ...
@@ -56,7 +56,7 @@ Specifically, they're ordered like so:
56 56
57 57
This same ordering also controls the order of execution when multiple statements have their "before" wires attached to the same "after" wire.
58 58
59
**\* Note:** As an exception to the rule, the [[Play Sound]] and [[Stop Sound]] blocks will **not** run at all if their "before" wire isn't attached to anything. But all other statement blocks will execute once per tick if their "before" wire is unattached.
59
**\* Note:** As an exception to the rule, the [[Play Sound]], [[Stop Sound]], [[Win]], and [[Lose]] blocks will **not** run at all if their "before" wire isn't attached to anything. But all other statement blocks will execute once per tick if their "before" wire is unattached.
60 60
61 61
## Working together
62 62
Fancade Wiki