• Hello Klaus,

    Please see the code below.

  • Hi, i've the same problem.
    I've put this script outside the scene tag

    but the intro image doesn't appear on start.
    Could you help me?

    Thanks

  • ok! that works -but how can the introimage reload /
    appear after certain time of inactivity again ?

    with this code:

    <krpano version="1.0.8" >

    <events onloadcomplete="delayedcall(100, hideintroimage() ); set(events.onloadcomplete,null);" />
    <plugin name="introimage"
    url="intro.png"
    align="center"
    scale="0.9"
    onloaded="set(alpha,0); tween(alpha,0.8);"
    onclick="hideintroimage();"
    />

    <action name="hideintroimage">
    if(plugin[introimage].enabled,
    set(plugin[introimage].enabled,false);
    tween(plugin[introimage].alpha, 0.0, 0.5, default, removeplugin(introimage));
    );
    </action>

    <image>
    <cubestrip url="pano.jpg" />
    </image>

    </krpano>

Participate now!

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