Hi all,
I'm trying to figure out how to use keys on the keyboard for inputs. Now it may be my dyslexia kicking in, but when I read the "using the keyboard" section in the manual I find it incredibly confusing.
The one button joystick is too limited for what I'm trying to do so I want to use the keys A,S,and D as separate fire buttons which do different things, but as I say I'm finding the descriptions a bit hard to digest and I was wondering if some could put it in simpler terms for me, or even just a simple example. How would it work with an IF statement for example -
If *code for pushing key A*
do stuff
End If
Also, I'd like to know how to differentiate between a key (or joystick movement) being pressed or tapped as opposed to being held down. Also, to know how to code when a key has been released or un-pressed would be great as well.
It's a bit of a wordy request, but I'm terrible with manuals as they seem to say one thing and then give an example which is totally different to the description (or at least that's how my brain perceives it).
Thanks, I appreciate any help I can get.