change showtext text

  • I created hotspot with uch an attribute:

    Code
    onhover = "showtext(get(version));"


    just to start my investigation.

    So it succesed. Then I replace it by that:

    Code
    onhover = "showtext(get(mytext));"

    What I wanted to get was to change the mytext variable in actions and make showtext display new message. And it did not worked. :(


    One of hotspot's attribute was:

    Code
    onclick = "myaction();"

    Action myaction was defined in another xml file and included before definitions of the hotspot. In myaction was such a line:

    Code
    set(mytext, "Hello");


    Thank you in advance

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!