Help with layer display

Hi all,
I believe this is a bug with Xion, but before I make a new thread, I wanted to make sure I'm not screwing up somewhere.
Here are my layers:
When the skin is loaded, layers 1 & 2 (which define the "hide" button) are hidden & layers 3 & 4 (which define the "show" button) are visible. When I push the "show" button, all layers with the id "tab" are supposed to become visible. They do - that part is working fine.
Then, when I push the "hide" button, all layers with the id "tab" are supposed to disappear. This is supposed to give me a nice toggling effect.
The problem is that when I push the "hide" button, other layers in the skin with the id "tab" do disappear, but the button doesn't. From that point on, layer 1 & 2 are visible, come hell or high water.
Any where/if I'm going wrong?
I believe this is a bug with Xion, but before I make a new thread, I wanted to make sure I'm not screwing up somewhere.
Here are my layers:
- Code: Select All Code
1] id(tab) button modify(tab) action_layer_hide
2] id(tab) button_down modify(tab) action_layer_hide
3] show tab button modify(tab) action_layer_show
4] show tab button_down modify(tab) action_layer_show
When the skin is loaded, layers 1 & 2 (which define the "hide" button) are hidden & layers 3 & 4 (which define the "show" button) are visible. When I push the "show" button, all layers with the id "tab" are supposed to become visible. They do - that part is working fine.
Then, when I push the "hide" button, all layers with the id "tab" are supposed to disappear. This is supposed to give me a nice toggling effect.
The problem is that when I push the "hide" button, other layers in the skin with the id "tab" do disappear, but the button doesn't. From that point on, layer 1 & 2 are visible, come hell or high water.
Any where/if I'm going wrong?