Disabling Button Input
in
Programming Questions
•
1 year ago
i can't figure out how to disable the button input, i use
background(255);
it gets rid of all the text on the screen other than whats on the buttons, but the buttons remain in place and won't
go away
i am using the button grouping thing (I edited the example for Buttons on the processing website!), i thought i could just type
circle1.noDisplay();
but apparently that does not work, PLEASE HELP ME!
1