Yes Up, Down, Left and Right are the words for the arrow keys. U must set them in "" .
Sub MoveCycle key= GraphicsWindow.LastKey If (key= "Up") Then delY=0 delX= 12 ElseIf (key= "Down") Then delY=12 delX=0 EndIf EndSub
This should work. Otherwise there is an extension (I think it is call like GameExtension or anything like this) which let you use all keys of your keyboard.
Greetings Timo