Hi,
the values of a not-loaded scene can't be changed.
A scene itself is only a data-string, an inline/embedded xml file.
When the scene gets loaded, it's content will be parsed and become the new pano and then it's values can be changed.
To change settings you could use the scene onstart or the onnewpano or onxmlcomplete events to change dynamically some values (e.g. depending on the current scene - which can be checked by
xml.scene .
Best regards,
Klaus