Alright, here's what I've been trying to do:
I have two pallets, each with 12 movieclips of two frames (1st frame is the button, second is a darker graphic indicating it has been selected). The ones on Pallet 1 are called p1c1, p1c2, to p1c12. On Pallet 2 they are called p2c1, p2c2, to p2c12.
I want it so when you click a button on Pallet 1, say p1c5, it sets a variable called p1color to that number (5 in this case) it becomes highlighted (aka goes to the second frame of the mc) AND makes any of the buttons on that pallet that were already highlighted become unhighlighted. So basically, I want it so you can only have one button highlighted at a time.
Finally, I've been trying to make it so if Pallet 1 has p1c5 highlighted, Pallet 2 CANNOT have p2c5 highlighted. For this I know I'll need to make it so that when you click the button it makes sure that the var p1color does not equal the number of the button on Pallet 2.
Thanks a lot if you can help, and I hope I was clear enough in my intentions. If further clarification is required, let me know. :D
