action normally takes place in that order when you click on a hotspot.
if(scenename==%1,
lookto(%3,%4,%5,smooth(200,20,100));
wait(load);
sauvdataposition();
loadscene(%2,null,MERGE,ZOOMBLEND(2,10)),
loadscene(%1,null,MERGE,BLEND(1));
lookto(%3,%4,%5,smooth(200,20,100)); >>> <scene name"Myscene" OnStart =action(Myscene)/>
sauvdataposition();
wait(load);
loadscene(%2,null,MERGE,ZOOMBLEND(2,10));) >>> <scene name"Myscene1" OnStart =action(Myscene)1/>
When I put the event "onpanoremove"
the action takes place in that order:
loadscene(%2,null,MERGE,ZOOMBLEND(2,10)),
lookto(%3,%4,%5,smooth(200,20,100));
sauvdataposition();
loadscene(%1,null,MERGE,ZOOMBLEND(2,10)), >>> <scene name"Myscene" OnStart =action(Myscene)/> >>> <scene name"Myscene1" OnStart =action(Myscene1)/>
wait(load) ? All this at the same time
Krpano 1.8.14version build 2011-10-21