Simle animation & timers

Special forum to share and discuss skins for Pano2VR and Object2VR
Post Reply
User avatar
jare
Posts: 365
Joined: Thu Mar 19, 2009 1:26 pm
Location: RU/CZ
Contact:

Hi,

I need to create a simple animation from 3 images, something like slide show. It should simply change visibility of 3 images one by one.
First image is visible let's say for one second, then hide. Then appears second image for one second, then hide. Finally third image for one second, then hide. And again in circle from the start. Is it possible to do it using timers? No interacivity needed.

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

Hi Jare
I would use a numbered variable staring with 0.
Then each picture would show with a visible logic block when the variable value reaches its number, so pic 1 = 0, pic 2 = 1 and pic 3 = 2.
If you have a look at the gallery component you will see there is a timer that has the actions to loop a numbered variable.
As the variable counts and loops the pictures will show.
The Gallery component can be found in the components forum: viewtopic.php?f=22&t=11217
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/
User avatar
jare
Posts: 365
Joined: Thu Mar 19, 2009 1:26 pm
Location: RU/CZ
Contact:

Hi Hopki,
thanks for reply, will try it.
Post Reply