krpano new skin (1.19-pr2)

  • I'm Trying to hide all layers and hotspots on a tour when I press the hide skin button.
    I have copied hide and show logo function
    for hide:

    Code
    <action name="skin_hideskin">
    if(layer[skin_logo], tween(layer[skin_logo].alpha, 0.0, 0.5, default, set(layer[skin_logo].visible,false)); );


    for show:

    Code
    <action name="skin_showskin">
    if(layer[skin_logo], set(layer[skin_logo].visible,true); tween(layer[skin_logo].alpha, 1.0); );

    I don't have a idea how to use on hotspots with different names but same style.
    thank you

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!