I have the same problem. But I thought it´s because I set the hotspots parent to "
parent=stage" (see belows example code). The onhover-text stays visible if the mouse cursor is moved away from the hotspot while the loading is still in progress. If the mouse is´nt moved until it´s finished, everything is fine. And the onhover-text only disappears if I move the mouse over another hotspot. Very annoying problem
Best regards
Nupsi
addplugin(carrier);
set(plugin[carrier].url,skin/blank.png);
set(plugin[carrier].parent,STAGE);
set(plugin[carrier].width,440);
set(plugin[carrier].height,410);
set(plugin[carrier].x,5);
set(plugin[carrier].y,5);
set(plugin[carrier].handcursor,false);
set(plugin[carrier].align,topright);
set(plugin[carrier].edge,topright);
set(plugin[carrier].zorder,9);
set(plugin[carrier].keep,true);
addplugin(chs1);
set(plugin[chs1].url,skin/chs1.png);
set(plugin[chs1].parent,carrier);
set(plugin[chs1].align,topleft);
set(plugin[chs1].x,49);
set(plugin[chs1].y,342);
set(plugin[chs1].edge,center);
set(plugin[chs1].enabled,true);
set(plugin[chs1].onhover,showtext(Mailand,tooltip));
set(plugin[chs1].onclick,pano_autoload(10));
set(plugin[chs1].keep,true);