Node display counter

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
ggibbon
Posts: 120
Joined: Fri Aug 01, 2014 1:02 pm

Hi there.

I'm trying to work out how
set up a node counter display.
Basically so that client can identify which node is which.
I'd like to display in the corner of the screen a counter display
which counts from 1 up X depending on the sequential node order.

Thanks
Greg :D
User avatar
Hopki
Gnome
Posts: 13004
Joined: Thu Jan 10, 2008 3:16 pm
Location: Layer de la Haye, Essex UK
Contact:

Hi Greg,
Would this need to count up and down as it is to identify which node it is.
If so why not just use the user data title and show the titles rather than a number.
But if you wanted to show a number just add the number to say to the user data Source text field.
Then a text box with the place holder $(us) would display the number.
Of course this could go out of sequence.
If you wanted a counter then you could set a numbered variable in the skin.
Then the point hotspot also have the action mouse click set variable value +1 to the numbered variable.
Each time the hotspot is clicked the counter would go up.
To display the count use a text box and display the verifiable by using the insert placeholder button.
Regards,
Hopki
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/
Post Reply