Well Klaus.. I am not getting any errors which is good but I am not getting any 'delay' periods either..
I tried a few versions until I had no errors..
Destiny..
<?xml version="1.0" encoding="UTF-8"?>
<krpano version="1.19">
<!-- ********** -->
<!-- Simple Button -->
<!-- id : button -->
<!-- ********** -->
<layer name="button"
keep="true"
url="%FIRSTXML%/graphics/button/take-tour_copy.png"
align="topright"
x="10"
y="10"
zorder="1"
visible="false"
onclick="buttonOnClick"
/>
<action name="buttonOnClick">
<action name="step1">
mainloadscene(pano10);
lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(100,50,20));
delayedcall(6, step2() );
</action>
<action name="step2">
mainloadscene(pano10);
lookto(43.875000, 21.825000, 90.000000, smooth(100,50,20));
delayedcall(6, step3() );
</action>
<action name="step3">
mainloadscene(pano10);
lookto(19.125000, 54.900000, 90.000000, smooth(100,50,20));
delayedcall(8, step4() );
</action>
<action name="step4">
mainloadscene(pano10);
lookto(-134.325000, -45.000000, 69.012249, smooth(100,50,20));
delayedcall(7, step5() );
</action>
<action name="step5">
mainloadscene(pano10);
lookto(get(panoview.h), get(panoview.v), get(panoview.fov), smooth(100,50,20));
delayedcall(7, step1() );
</action>
This post has been edited 1 times, last edit by "Destiny" (Sep 1st 2015, 11:48pm)