Zitat
- SCRIPT -
<> Change Variable: [11] = MIDI position (ticks)
<> Fork Condition: If Variable [11] == 50 then ...
<> Fork Condition: If Switch [111] == OFF then ...
<> Move Event: Hero, Frq 8, Pattern: Inc spd
<>
: Else ...
<>
: End of fork
<> Change Switch: [111] = ON
<>
: Else ...
<>
: End of fork
<> Fork Condition: If Variable [11] == 51 then ...
<> Fork Condition: If Switch [111] == ON then ...
<> Move Event: Hero, Frq 8, Pattern: Dec spd
<>
: Else ...
<>
: End of fork
<> Change Switch: [111] = OFF
<>
: Else ...
<>
: End of fork
<> Wait: 0,0 sec.
...