Please make a pre / next button action.

  • hi!

    I am studying Krpano hard.

    If you click on the image I created, could you ask me to move to the next or previous scene?


    Each scene continues to make the layer below. It is inefficient.




    <layer name="rightdirection" type="image" visible="true" keep="false" url="img/right.png" align="rightmiddle" x="250" onloaded="tween(alpha, 0.6)" onhover="tween(alpha, 1.0)" onout="tween(alpha, 0.6)" onclick="goscene(scene_003)"/>
    <layer name="leftdirection" type="image" visible="true" keep="false" url="img/left.png" align="leftmiddle" x="0" onloaded="tween(alpha, 0.6)" onhover="tween(alpha, 1.0)" onout="tween(alpha, 0.6)" onclick="goscene(scene_001)"/>

    best regard

Participate now!

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