Zum besseren Verständnis hier soetwas wie ein Quellcode eines
"Parallel Process"-Common Events. Die KeyList wurde so
prepariert, dass wenn man 'a' drückt eine 6 rauskommt und wenn
man 'a' loslässt eine 9 rauskommt.

cycle

play sound: miditickclear
3 x wait: 0.0
set variable(key) = midiplaypos(tick)

fork condition (variable(key) others -1)
{break cycle}

END cycle

fork condition (variable(key)=6
{switch (zielmodus) = ON}

ELSE case
fork condition (variable(key)=9)
{switch (zielmodus) = OFF}


Der Switch "zielmodus" startet ein "Auto Start"-Common Event in
dem dann die Drehbewegungen überprüft werden.

So, wer das jetzt verstanden hat, kann vielleicht auch bei
dem oben genannten Problem helfen.