vtour to load scenetitle automatically in showtext

  • Hi,

    search for this line in the vtour.xml template (or in the generated xml file):

    Code
    set(plugin[get(thumbname)].onclick, openthumbs() );

    and change it to:

    Code
    set(plugin[get(thumbname)].onclick, openthumbs() );
    copy(plugin[get(thumbname)].scenetitle, scene[get(i)].title);
    set(plugin[get(thumbname)].onhover, showtext(get(scenetitle),infostyle) );

    best regards,
    Klaus

Participate now!

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