Looping text overlay

anyone know how to create a looping text overlay - like a livestream with different comments popping up? :))

You can do it like this, for example (with more overlays of course)

  • position A - starting position of the comment (bottom probably)
  • position B - ending position of the comment (a little bit up)
  • t - amount of seconds
&overlay OVERLAY1 create text Comment
&overlay OVERLAY2 create text Comment
&overlay OVERLAY1 shifts to A in 0 AND overlay OVERLAY2 shifts to A in 0
&overlay OVERLAY1 opacity 1 in 0
&overlay OVERLAY1 shifts to B in t THEN overlay OVERLAY2 opacity 1 in 0 THEN overlay OVERLAY1 opacity 0 in 0.5 THEN overlay OVERLAY1 shifts to A in t THEN overlay OVERLAY2 shifts to B in t THEN overlay OVERLAY1 opacity 1 in 0 THEN overlay OVERLAY2 opacity 0 in 0.5 overlay OVERLAY2 shifts to A in t loop inf times
2 Likes

ah alright!
so where would i put the text (the stuff i want to write)? x

Here:

Example:
&overlay OVERLAY1 create text I love this outfit!

1 Like

thank you so much! <3

1 Like

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