LoginLogin
Nintendo shutting down 3DS + Wii U online services, see our post

Button not being pressed

Root / Programming Questions / [.]

Retrogamer123Created:
How would I detect if a button is not being pressed, and do something if it isn't?

IF !(BUTTON() AND #A) THEN blah 
The ! Makes true false and false true, it inverts it. So what would normally be executed when the button was a will now only execute when it ISNT a.