pleasehelpmeicantcode,
I've read your code VFQ142 (written in article "X and Y Variable"). It calls
GraphicsWindow.TextInput = MoveCycle
but this event happen only "text" input. Arrow keys are not text. So,
GraphicsWindow.KeyDown = MoveCycle
works for the program.
Nonki Takahashi