Looping a movie until user stops it.
Posted: Wed Apr 22, 2020 10:11 am
ok in my game I want a movie to display and loop until it is stopped. this is my current code: $ renpy.movie_cutscene("images/707.ogg")
that plays the movie till it stops and then it reverts to the previous scene. I want the movie to loop until it is stopped and not revert to the previous image.
I tried this code from the ren'py help site and it breaks the game giving a syntax error: renpy.movie_cutscene(filename, delay=None, loops=0, stop_music=True)
Please help.
that plays the movie till it stops and then it reverts to the previous scene. I want the movie to loop until it is stopped and not revert to the previous image.
I tried this code from the ren'py help site and it breaks the game giving a syntax error: renpy.movie_cutscene(filename, delay=None, loops=0, stop_music=True)
Please help.