Hi Job.1,
Thanks for your reply, I think I saw a post on event and autorotate
here which is certainly very helpful and I am studying it to see if it can help. I'll let you know how I get on. The main problem I have is say I have 20 panoramas and I program all the movements and order I want the panoramas to load under one action. Then it will only play right if executed from the first panorama. However if I want to have this facility on offer whilst someone is using the tour they could be navigating on any of the 20 panoramas meaning the first movements will apply to whatever panorama is showing. So i am looking for a good solution to handle this. There are however lots of work arounds I could do, like only show the auto tour button at the start of the tour. I am just investigating at the moment, and feel there are 2 useful functions that I could perhaps do with, and that is panoramaName and a function to say if a plugin/button has been clicked or unclicked.
like this perhaps
if (panoramaName=="london")
{
if (get("auto-button","clicked")==true)
set("london-action-name","enabled","true");
}
else if (panoramaName=="Manchester")
{
if (get("auto-button","clicked")==true)
set("manchester-action-name","enabled","true");
}
Does your example, use something like if auto-rotate button clicked play in the next panorama, if not don't rotate, i'm not sure I understand zephyr's example, in particular what 'EQ 1' means.
I'll just keep studying the docs and forum and practising. krpano is so addictive, Thanks Job.1 ! By the way great example of before and after shot - I did not realise it was the same place at first. The builders did a great job.
Best wishes,
tom