Attract-Mode Support Forum
Attract-Mode Support => Themes => Topic started by: empardopo on March 17, 2016, 07:20:41 AM
-
Hi,
I'm going to make my first theme and I would like add a graphic. I want my graphic appears from the right until the left. Any example how can I do it.
Thanks in advance
-
I got it by doing the following, perhaps this could be useful to someone.
fe.load_module("animate");
animation.add( PropertyAnimation(logo2, { property = "x", start = 800, end = logo2.x, tween = Tween.Bounce, time = 7500 } ) );
animation.add( PropertyAnimation(logo2, { property = "scale", start = 1.0, end = 1.5, time = 15000, delay = 8500 } ) );
https://youtu.be/Vp0JZSsRz2c
Is it possible to do an infinitive loop?
Thanks