Using a gif overlay

I want to use a gif (separated in images) as an overlay so that it looks like it’s animated.
I tried it like this:
&overlay 1 opacity 1 in 0 THEN overlay 1 shifts to x y in T (used as pause) THEN overlay 1 opacity 0 in 0 THEN overlay 2 opacity 1 in 0 THEN overlay 2 shifts to x y in T THEN overlay 2 opacity 0 in 0 […] loop INFINITE times
Like every image would show up for a couple of miliseconds then disappeared and then another ol shows up.
It looked just fine on the web previewer but when I tested it on my phone the ol was flickering.
I figured it’s due to the loop command which “reads” every command step by step in stead of doing it smoothly.
I know I can do it using pauses between the commands but it’s very important to me that it’s looping all the time. I also know there is a way because I saw it in a story somewhere and tried to do the same but I just can’t seem to find the right idea to do so.

Can anyone help me out?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.