Hello,
I am trying to have the scrolling textfield hidden on pano load. I am testing using the tour_testingserver and what I tried was in this part of the code:
<action name="CheckTxt">
if(scene[get(xml.scene)].txt,
scene[get(xml.scene)].txt();
set(layer[showtext].visible, true);
,
set(layer[showtext].visible, false);
);
</action>
I tried changing the "set(layer[showtext].visible, true);" to "false", but it still shows when the pano loads.
Thanks for any help!