Michel, thanks for that - I think I've tried that but will look at it again.
Klaus, this is in regard to that email I sent with error, this is only happening on the new version. And yes it is trying to go from scene to scene in to different XML documents. It works fine if you go from XML A scene street, to XML B scene house, but if you then try to go from XML B scene house to XML A scene street you get an error cannot find scene street in XML B. But then it loads scene street anyway! But the error remains on the screen.
I do it this way..
|
Source code
|
1
2
3
4
|
loadpano(../../house.xml, MERGE, blend(1));
wait(load);
wait(3);
loadscene(exterior);
|
As I said before it works fine one way but not the other!
EDIT: Fixed.. removed the %currentxml% from scene urls and worked fine. probably me being a bit stupid!