¿Loop video?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Ataraxia

I am trying to use a video as background which was animated separately in adobe effects however I am looking to make it a loop but I have not found any guide, and the old questions that I have reviewed have found small errors such as slow video or flickering at the end.

:bust_in_silhouette: Reply From: SteveSmith

Catch the signal finished() that is emitted by the video player, and tell it to play the video again.

geometry dash unblocked: Can you say clearer? I do not really understand!

Pete Becker | 2023-03-06 05:00

Do you know how to catch signals from child nodes? E.g. Timer’s “timeout()” signal?

SteveSmith | 2023-03-06 13:27

:bust_in_silhouette: Reply From: devmark

You have to use the finished signal
Appears in the node section

And after connecting the signal, join the node with the play method

video.play()

If you did not understand here I have a video in Spanish

As you can see there is still an error in this node, so I recommend using the animated sprite node

Spanish
Tienes que usar la señal finished
Aparece en la seccion de nodo

Y despues de conectar la señar, unir el nodo con el metodo play

video.play()

Si no entendiste aqui tengo un video en español

Como veras aun hay un error en este nodo, por lo que recomiendo usar el nodo animated sprite

1 Like