Login

Fancade Wiki

Updated Control flow.md (markdown)

... ...
@@ -95,6 +95,7 @@ These blocks act something like [event handlers](https://en.wikipedia.org/wiki/E
95 95
96 96
* [[Touch Sensor]]
97 97
* [[Swipe Sensor]]
98
* [[Joystick and Button]]
98 99
* [[Collision Sensor|Collision]]
99 100
100 101
Although they're somewhat like event handlers, they're still governed by the execution ordering rules. Basically, if their triggering event happened during this tick, then the block will send a run signal down its third wire when (or if) the block executes during this tick.
Fancade Wiki