Danke nochmal, aber so ganz ist die Kuh noch nicht vom Eis.
Wenn ich mit dem Hotspotpfeil vom Flur (scene 2) zurück zum Eingang (scene 1) navigiere, bleibt es bei der Blockade. Das gilt auch für die anderen Hotspots, die auf scene 1 verweisen.
Letzte Version:
$this->cacheCode('[php]','
...
<action name="startup">
loadscene("scene_01_IMG_9607_Panorama_equi",null,MERGE);
showIntroimage();
delayedcall(10, hideIntroimage());
</action>
<action name="showIntroimage">
tween(plugin[introimage].alpha, 1.0, 0.5, default);
</action>
<action name="hideIntroimage">
tween(plugin[introimage].alpha, 0.0, 0.5, default);
set(plugin[introimage].visible,false);
</action>
<scene name="scene_01_IMG_9607_Panorama_equi" title="01_Eingang" onstart=""thumburl="panos/01_IMG_9607_Panorama_equi.tiles/thumb.jpg" lat="" lng="" heading="">
<!-- Titelbild, das man wegklicken kann, das aber auch nach einigen Sekunden selbst verschwindet
-->
<plugin name="introimage" url="titel_weihnachtsmarkt.png" align="center" alpha="0.0" zorder="2" onclick="hideintroimage();" />
<view hlookat="48" vlookat="0" fovtype="MFOV" fov="120" maxpixelzoom="2.0" fovmin="70" fovmax="140" limitview="auto"></view>
<preview url="panos/01_IMG_9607_Panorama_equi.tiles/preview.jpg"></preview>
<image type="CUBE" multires="true" tilesize="512" progressive="false">
<level tiledimagewidth="3426" tiledimageheight="3426">
<cube url="panos/01_IMG_9607_Panorama_equi.tiles/l3_%s_%v_%h.jpg"></cube>
</level>
<level tiledimagewidth="1713" tiledimageheight="1713">
<cube url="panos/01_IMG_9607_Panorama_equi.tiles/l2_%s_%v_%h.jpg"></cube>
</level>
<level tiledimagewidth="857" tiledimageheight="857">
<cube url="panos/01_IMG_9607_Panorama_equi.tiles/l1_%s_%v_%h.jpg"></cube>
</level>
<mobile>
<cube url="panos/01_IMG_9607_Panorama_equi.tiles/mobile_%s.jpg"></cube>
</mobile>
</image>
<!-- place your scene hotspots here -->
<hotspot name="spot1" style="skin_hotspotstyle" ath="39.320" atv="23.079" linkedscene="scene_02_img_9586_panorama_equi"></hotspot>
<hotspot name="spot2" style="skin_hotspotstyle" ath="-159.924" atv="8.905" linkedscene="scene_13_img_9814_panorama_equi"></hotspot>
</scene>
...
')
Grüße
Harald