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