on (release){
select=!select;
}
Now, every time the buttons clicked, the value of select will become the opposite of what it was before. If it was true, it becomes false. If it was false, it becomes true. Well use that in our last step to determine when the button highlight is turned on or off.


