Hi!
- How to hide all control buttons by clicking one button.
set(plgin.visible,false); - hide all plugins.
or
plugin name="papa"
plugin parent="papa"
plugin parent="papa"
set(plugin[papa].visible,false); - will hide "papa" group of plugins.
- How to show screen help when I click info button.
many many ways. it can be single image with info, or textfield.swf plugin with text.
mainly function is:
plugin name="info_btn" onclick="showinfo();"
action name="showinfo"
set(plugin[info].visible, true);
- How to make zoom scroll bar like in this site
get it here
http://krpano.com/plugins/userplugins/cameracontrols/#top
Hope this help!
Andrey