Quote:
Originally Posted by jamie_1930
From what we've been doing the condition for your if statements should look like this
if(joy1Btn(1) == 1)
{
code here
}
this will make it so execute code when button 1 on joystick 1 is pressed.
|
so basically if a created a little automous program to run when i press a button would it work?