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!
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...