Zitat
url="detailbilder/vorlage.png"
alturl="detailbilder/vorlage.png"
keep="false"
devices="all"
visible="true"
enabled="true"
handcursor="true"
maskchildren="false"
zorder=""
style=""
ath="232.5" atv="20.1"
edge="center"
zoom="false"
distorted="false" rx="0.0" ry="0.0" rz="0.0"
width="85" height="85"
scale="2.14"
rotate="0.0"
alpha="1.0"
onover=""
onhover="showtext(Detailbild);"
onout=""
onclick="closeallobjects();set(plugin[_detail-chips].visible,true);tween(plugin[_detail-chips].alpha, 1);"
ondown=""
onup=""
onloaded=""
/>
visible="false"
url="detailbilder/05.jpg"
align="center"
alpha="1.0"
onhover="showtext(Bild schliessen);"
onclick="close_detail-chips();"
height="85%" width="prop"
/>
if(plugin[_detail-chips].visible,
tween(plugin[_detail-chips].alpha, 0);
delayedcall(0.5,set(plugin[_detail-chips].visible,false));
);
Das witzige ist, hiermit funktioniert es (Polygon anstatt Bild)
Zitat
<plugin name="_detail-tischpepper"
visible="false"
url="detailbilder/04.jpg"
align="center"
alpha="1.0"
onhover="showtext(Bild schliessen);"
onclick="close_detail-tischpepper();"
height="85%" width="prop"
/>
<action name="close_detail-tischpepper">
if(plugin[_detail-tischpepper].visible,
tween(plugin[_detail-tischpepper].alpha, 0);
delayedcall(0.5,set(plugin[_detail-tischpepper].visible,false));
);
</action>
Zitat
<hotspot name="info-steine2" devices="all"
keep="false"
visible="true" enabled="true" usecontentsize="false" handcursor="true" capture="true" children="true" maskchildren="false"
zorder="0"
fillcolor ="0xffffff" fillalpha ="0.00" borderwidth ="4.0" bordercolor ="0xffffff" borderalpha ="0.00"
fillcolorhover="0xffffff" fillalphahover="0.00" borderwidthhover="4.0" bordercolorhover="0xffffff" borderalphahover="0.00"
fadeintime="0.150" fadeouttime="0.300" fadeincurve="1.100" fadeoutcurve="0.700"
onover=""
onhover="showtext(Detailbild)"
onout=""
ondown=""
onup=""
onclick="closeallobjects();set(plugin[_detail-steine2].visible,true);tween(plugin[_detail-steine2].alpha, 1);"
>
<point ath="-24.6" atv="7.4" />
<point ath="-24.4" atv="8.2" />
<point ath="-24.8" atv="8.9" />
<point ath="-25.8" atv="8.9" />
<point ath="-26.1" atv="8.5" />
<point ath="-26.1" atv="7.9" />
<point ath="-26.1" atv="7.6" />
<point ath="-26.0" atv="7.4" />
</hotspot>
<plugin name="_detail-steine2"
visible="false"
url="detailbilder/_MG_8946.jpg"
align="center"
alpha="0"
onhover="showtext(Bild schliessen)"
onclick="close_detail-steine2();"
height="85%" width="prop"
/>
<action name="close_detail-steine2">
if(plugin[_detail-steine2].visible,
tween(plugin[_detail-steine2].alpha, 0);
delayedcall(0.5,set(plugin[_detail-steine2].visible,false));
);
</action>
Sorry für die Verwirrung
Zitat
<hotspot name="tischpepper"
url="detailbilder/vorlage.png"
alturl="detailbilder/vorlage.png"
keep="false"
devices="all"
visible="true"
enabled="true"
handcursor="true"
maskchildren="false"
zorder=""
style=""
ath="169.6" atv="19.5"
edge="center"
zoom="false"
distorted="false" rx="0.0" ry="0.0" rz="0.0"
width="85" height="85"
scale="1.38"
rotate="0.0"
alpha="1.0"
onover=""
onhover="showtext(Detailbild);"
onout=""
onclick="closeallobjects();set(plugin[_detail-tischpepper].visible,true);tween(plugin[_detail-tischpepper].alpha, 1);"
ondown=""
onup=""
onloaded=""
/>
Die Frage: Warum funktioniert diese Geschichte nur auf PC und nicht auf keinem einzigen Smartphone/Tablet. Sind doch alles KRPano Komponenten...
Zitat
<plugin name="_detail-tischpepper"
visible="false"
url="detailbilder/04.jpg"
align="center"
alpha="1.0"
onhover="showtext(Bild schliessen);"
onclick="close_detail-tischpepper();"
height="85%" width="prop"
/>
<action name="close_detail-tischpepper">
if(plugin[_detail-tischpepper].visible,
tween(plugin[_detail-tischpepper].alpha, 0);
delayedcall(0.5,set(plugin[_detail-tischpepper].visible,false));
);
</action>
© 2006-2025