about timer

Q&A about the latest versions
Post Reply
r_wang
Posts: 23
Joined: Wed Jul 22, 2020 10:59 am

hello,

I try to use timer to make node change.
for example, there are 4 tour images, in my tour browser,
I want set the timer on the 3rd image, after 5 second node change to 4th tour image.

how to make it happen?

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

Tag node3 with for example, timer.
Add a timer to the skin set to manual and repeat once.

Give the timer the actions:

Node Changed, Set Value 3, self.
Now set an action filter so only do this when the Tag contains, timer.

The add the action:
Deactivate, Open Next Panorama, node4.

This will do this every time you enter node3.
You can add a variable, timer, false.

Then in the timer add the action:
Deactivate, Set Variable Value, timer to true.

Now go back to the action filter and add not only do this when the Tag contains, timer but also only when the variable is false.

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/
Post Reply