Boolean Problem

Is it possible to have 2 different Boolean variable toggles do 2 different functions?

For example I have this Boolean:
(var checked:Boolean=false;) which is used to turn a check mark on a button ON and OFF. That works GREAT!!!

The other problem now is I have this toggle button nested inside a panel that slides in and out on “RollOver” which I am using the Boolean method to do like this:
(var overBtn:Boolean=false;) …so currently I am using this variable to get my panel to slide in and out which works, but now my button check mark doesnt’ work.

Any suggestions? I’ve attached a Flash CS3 file in an earlier thread called,
“Boolean Conflict” – Please help if you can.

Any help would be greatly appreciated

Thanks