Introimage dont work in vtour

  • Hello people good night *g* ,

    This doubt is simple but it seems that there are not many people with the same problem here, at least I do not find anyone talking about it here.

    Does anyone know why introimage does not work in mobile mode? *confused*

    I found this K code, but it did not work for me:

    Code
    add - keep="true" - to the introimage <plugin> element,

    See my code, the browser works normally:


    <events name="panoevents"
    onloadcomplete="delayedcall(introimage, 15.0, if(layer[introimage], hideintroimage() ); ); set(events[panoevents].onloadcomplete,null);"
    onremovepano="stopdelayedcall(introimage);"
    />
    <plugin name="introimage"
    url="img/tela_instrucoes.png"
    align="center"
    onloaded="set(alpha,0); tween(alpha,1);"
    onclick="hideintroimage();"
    scale="1"
    zorder="10"
    keep="true"
    />
    <action name="hideintroimage">
    if(layer[introimage].enabled,
    set(layer[introimage].enabled,false);
    tween(layer[introimage].alpha, 0.0, 0.5, default, removelayer(introimage));
    );
    </action>

    tnx! *thumbup*

    Edited 2 times, last by eudanck (December 22, 2017 at 4:28 AM).

Participate now!

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