• Probably a stupid question but can't find an example but I'm assuming that you can launch multiple actions with an onclick command i.e. onclick="action(showhelp,img_nav), (openimage,img_map);"

    If this is not correct is there a solution because this way doesn't seem to work. - or would you just have multiple onclick commands?

    Thanks

    Robert

  • You separate multiplle expressions using a semicolon. Actions are called like functions.

    Code
    <action name="foobar"
    ...
    </action>
    
    
    <hotspot name="empollon_001"
    ...
    onclick="foobar();set(hotspot[fulano].visible,true);set(plugin[descapotable].abierto,true)"
    ...
    </hotspot>

Participate now!

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