Print names panoramas hover on preview ( make vtour droplet)

  • With the release of version 1.0.8.15 "MAKE VTOUR (MULTIRES) droplet" began to form a wonderful panel. Comfortable and beautiful output preview panoramas.

    Faced with the following problem - I can not conclude names panoramas on the preview when you hover the cursor.

    Signatures to the buttons ("left", "right", etc.) - made easy. A preview of the output names - I can not.

    Intuitively, the code must be inserted in:

    "

    "

    Before the last line.

    "

    Quote

    set(layer[get(thumbname)].linkedscene, get(scene[get(i)].name) );
    set(layer[get(thumbname)].onhover ???;
    set(layer[get(thumbname)].onclick,
    copy(layer[skin_thumbborder].parent, name); loadscene(get(linkedscene),
    null, MERGE, BLEND(0.5)); );


    "
    What are your thoughts on this?

  • Hi,

    try adding the last two lines here:

    Code
    set(layer[get(thumbname)].linkedscene, get(scene[get(i)].name) );
    set(layer[get(thumbname)].onclick, copy(layer[skin_thumbborder].parent,  name); loadscene(get(linkedscene), null, MERGE, BLEND(0.5)); );
    set(layer[get(thumbname)].linkedtitle, get(scene[get(i)].title) );
    set(layer[get(thumbname)].onhover, showtext(get(linkedtitle), TEXTSTYLE) );

    (instead of TEXTSTYLE the name of the textstyle or DEFAULT need to be used)

    best regards,
    Klaus

Participate now!

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