Login

Fancade Wiki

Updated Control flow.md (markdown)

... ...
@@ -93,7 +93,7 @@ These blocks act something like [event handlers](https://en.wikipedia.org/wiki/E
93 93
94 94
* [[Touch Sensor]]
95 95
* [[Swipe Sensor]]
96
* [[Collision Sensor]]
96
* [[Collision Sensor|Collision]]
97 97
98 98
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.
99 99
Fancade Wiki