You are not logged in.

Search results

Search results 1-2 of 2.

Sunday, February 11th 2018, 8:32am

Author: baiyan

hotspot onout event and tooltip onout event

Quoted from "indexofrefraction" onout="tween(layer[tooltip].alpha, 0.0, 0.25, default, set(layer[tooltip].visible,false), copy(layer[tooltip].x,mouse.stagex); copy(layer[tooltip].y,mouse.stagey); ); js(getHotspot(get(name),onout));" Thank you! It works now!

Sunday, February 11th 2018, 4:42am

Author: baiyan

hotspot onout event and tooltip onout event

Here is my question: I create a hotspot and I want to add "onout" event to it. Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 <hotspot name="spot_a" style="'hotspot_circle'|tooltip" ath="180" atv="0" scale="0.40" keep="true" tooltip="pano 13" onup="js(getHotspot(get(name),onup))" onhover="js(getHotspot(get(name),onhover))" onout="js(getHotspot(get(name),onout))" > </hotspot> and then I set tooltip style like this: Source code 1 2 3 4 5 6 7 <style name="tooltip" onover="copy(layer[tooltip].html, toolt...