Hi Umalo,Not to read scene(linkedscene).title but your hotspot tooltip e.g. hotspot[get(name)].tooltip and this will work
|
|
Quellcode |
1 |
onloaded="if(skin_settings.tooltips_hotspots, if(linkedscene, copy(tooltip,scene[get(linkedscene)].tooltip); loadstyle(skin_tooltips); ));" |
|
|
Quellcode |
1 |
<scene name="Room_No_1" . . . . . . tooltip="Tooltip from scene 1" /> |
|
|
Quellcode |
1 2 |
<hotspot name="spot1" style="skin_hotspotstyle" ath="54.397" atv="0.000" onclick="openurl('http://www.photographyoptions.net/images/cctech/tour.html',_blank)" />
<hotspot name="spot2" style="skin_hotspotstyle" ath="-123.995" atv="0.000" linkedscene="scene_bimg_0064" />
|
|
|
Quellcode |
1 |
<hotspot name="spot1" style="skin_hotspotstyle" ath="54.397" atv="0.000" onclick="openurl('http://www.photographyoptions.net/images/cctech/tour.html',_blank)" onover.mouse="copy(layer[skin_tooltip].html, 'Visit the CCTech Tour'); set(layer[skin_tooltip].visible, true);tween(layer[skin_tooltip].alpha, 1.0, 0.1);asyncloop(hovering, copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); );" onout.mouse="tween(layer[skin_tooltip].alpha, 0.0, 0.1, default, set(layer[skin_tooltip].visible,false), copy(layer[skin_tooltip].x,mouse.stagex); copy(layer[skin_tooltip].y,mouse.stagey); set(layer[skin_tooltip].html,); );"/>
|