i want your side menufor example in this
online test
in furniture group just show menu of furniture scenes
and in clean one just menu of clean scenes
----a code of change links of scenes with id="clean" or "furniture" dynamically ----
the source file
menu one this code :
|
Source code
|
1
2
3
|
<group name="level_1">
<group name="object_1" value="FLOOR 1 - FLUR" link="loadscene(scene_1_furniture,null,MERGE,BLEND(0.5))" />
</group>
|
menu two or a code that change code dynamically to :
|
Source code
|
1
2
3
|
<group name="level_1">
<group name="object_1" value="FLOOR 1 - FLUR" link="loadscene(scene_1_clean,null,MERGE,BLEND(0.5))" />
</group>
|