Buttons and text boxes that work only on a particular Node

Q&A about the latest versions
Post Reply
User avatar
Taka
Posts: 51
Joined: Fri May 28, 2021 3:15 pm
Location: Tokyo

Hello everyone.
It may be elementary, but let me ask you a question.

If there is a tour Node1 ~ Node3, is there a way to display the text box only when displaying Node2?


I want to add information to a specific Node on my tour.
In the future, I want to apply it to buttons, so I want to make it with a text box.

Please let me know if you like.
Thank you :)
User avatar
Hopki
Gnome
Posts: 13005
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi,
If you know the node number you can use this with a logic block.
You can also use tags but this means adding tags to your nodes where you already have a very good way to identify a node, the node ID.

When you add panoramas to Pano2VR, as they are added to the Tour Browser, they are added in order, node1, node2, node3, and so on.
The problem is you can click and drag and change location, so dragging node3 next to node1.
If you go to Pano2VRs Settings/Preferences, then under the Advanced tab you can select Show internal node ID.

1.png
1.png (10.02 KiB) Viewed 1123 times

Now when you hover over a node in the tour browser it will also show its node ID.

2.png
2.png (51.55 KiB) Viewed 1123 times

Now you know your node ID you can now use this with a visible logic block.
Select the text box and deselect, Visible.

3.png
3.png (129.14 KiB) Viewed 1123 times

Looking at the above you will see the trigger is Node ID, this is found under the main heading Tour (pro) => Node ID.
Then select the node the text box should show.
If the text box needs to be seen in other nodes add you add a second OR condition.

4.png
4.png (47.53 KiB) Viewed 1123 times

If you want the text box to show in many nodes it may be easier to use Tags.
How you would do this is to add the same tag to each of the nodes, for example, "show".
Then in the visible logic block, you would use Tags Contain "show" Visible true.

Regards,
Garden Gnome Support
If you send an e-mail to support please send a link to the forum post for reference.
support@ggnome.com
https://ggnome.com/wiki/documentation/
User avatar
Taka
Posts: 51
Joined: Fri May 28, 2021 3:15 pm
Location: Tokyo

Hopki

Thank you for teaching me carefully.
I will try it right away. :D
Post Reply