I have a problem:
I have an object-Vr...it contains hotspots....and 4 buttons with languages U can choose from (fr, eng, it and nl).
Every hotspot opens an infopanel with text and image (png), corresponding to the language that is selected (so for example: if eng is selected, an english infopanel opens).
It should be done in an easy way, without coding too much.
So i thought about using narration...
Every (polygon) hotspot is linked to a container who is hidden. The container has 4 infopanels (fr, eng, it and nl) who are also hidden.
If U click on a language button NL for example, it should hide all other language infopanels:
I tried via:
(language NL button actions)
Mouseclick->Show element->#_dutch.*
Mouseclick->Hide element->#_english.*
Mouseclick->Hide element->#_french.*
Mouseclick->Hide element->#_italian.*
or instead of show/hide element i also tried setting alpha to 0/1
Nothing works.
When i literally type the complete name of an infopanel it does work:
Mouseclick->Show element->#InfoPanel_01_dutch.*
But that would not be efficient if i have 30 containers with 30x4 infopanels....

Does these commands not work in objectVR and only pano2vr?
Thanks guys, i need to really sort this out today...
grz