Tutorials/And Or Not
-
The comment on the last sample contains an error:
- We are now checking if the shoulder buttons are false. While they are false, "Yahoo!" appears on the screen, but as soon as one becomes pressed and becomes true, our if statement is false and we do not see "Hurray!".
It should be:
- We are now checking if the shoulder buttons are false. While they are false, "Hurray!" appears on the screen, but as soon as one becomes pressed and becomes true, our if statement is false and we do not see "Hurray!".