Page 1 of 1

Node display counter

Posted: Tue Feb 12, 2019 9:39 am
by ggibbon
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

Re: Node display counter

Posted: Tue Feb 12, 2019 7:37 pm
by Hopki
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