i just got a job which boss want to change scene title not by editing tour.xml。
so i have to make one extra xml which with <layer name="scene_1" html="livingroom" />
then set one action as <action name="scenetitle">
for(set(i,0), i LT scene.count, inc(i),
txtadd(scenetitle, 'scenetitle', get(i));
set(scene[get(i)].title, get(layer[get(i)].html));
);
</action>
and set it work in scene onstart
but it doesn‘t work
can u help me , please。