No, it's not normal. That being said, it doesn't happen for me after installing your skin - I only have to click once to slide a square opened. Obviously, I have to click once again to slide it closed. In other words, I experience normal behavior in your skin, in regards to sliding. So, good job!There is something it may be normal behaviour or perhaps not, is that I have to click twice each Square to make it slide open or slide close...
EDIT2: Actually, you'll have to command the other menus to close before opening the current menu, and also to make sure the State variable has the correct value according to the state of the current menu beforehand (since it's reused for all menus). Example, for [Bar1] (you do the others):
Code:
LeftMouseUpAction=[!SetVariable State (#Bar1Ext#=0?1:2)][!CommandMeasure Slide "Execute 2"][!CommandMeasure Slide2 "Execute 2"][!CommandMeasure Slide1 "Stop 1"][!CommandMeasure Slide1 "Stop 2"][!CommandMeasure Slide1 "Execute [#State]"][!SetVariable State (3-[#State])]
Statistics: Posted by Yincognito — Yesterday, 4:23 pm