Hi Guys
I am having problems getting shift+wasd keys working to detect if shift was depressed...It must be something painfully simple that i am doing wrong....
my code looks like so
keyLeft =key(30)
keyshift = key(42)
if keyleft and keyshift then do something
Seems right to me...
Do you use the Steam-Version?
Whats the results from Key(), do you debug the outcome?
Found and solved a little while ago - Local variables I used were case sensitive - I didn't cop that!
All good once again!