Login

Fancade Wiki

Resurrecting this page after "unknown user" deleted it :-P

... ...
@@ -75,9 +75,9 @@ When a control block executes, it may send a run signal down its "third wire" (o
75 75
Control blocks also have the same "before" and "after" wires as other statement blocks, and these work alongside the "third wire":
76 76
77 77
* If a control block's "before" wire is connected, the control block won't signal along its "after" wire or its "third wire" unless and until it receives a run signal.
78
* And it can send a pulse down its "third wire" every time it receives a run signal
78
* And it can send a pulse down its "third wire" every time it receives a run signal
79 79
* When a control block executes, it sends any "third wire" run signals **before** it sends its "after" wire's run signal.
80
* So all the blocks connected to the third wire will execute before any blocks connected to the "after" wire.
80
* So all the blocks connected to the third wire will execute before any blocks connected to the "after" wire.
81 81
* After a control block executes, it sends a run signal down its "after" wire. This happens whether or not it sent a signal down its "third wire".
82 82
83 83
There are a few general types of control blocks:
Fancade Wiki