Quantcast
Viewing all articles
Browse latest Browse all 6

Using Arrow Keys

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


Viewing all articles
Browse latest Browse all 6

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>