onClipEvent (load) {
var select=false;
}
Were starting off with the variable set to false so the button isnt highlighted. We could set it to true if we wanted; it doesnt matter, as long as the value changes when the buttons clicked. And speaking of that


