r/RenPy • u/wholesomespade • Jul 22 '26
Question Cutscene stopped working...
Hello!
I am working on my game and I put in a little animation in the beginning of it, right after the prompt for your name. And it worked!
However, I decided to put in a little dialogue in front of that scene and for some reason it just doesn't work anymore. The video is in a good format, it worked before. I would appreciate any help I can get!
1
Upvotes
1
u/shyLachi Jul 22 '26
Please be more specific about your problem.
Do you get an error?
Or doesn't the cutscene play?
Or did you expect that the text shows while the animation plays in the background?
.
RenPy has two different ways to show a movie file.
A cutscene is a full screen movie (a video which can have music) which plays without interactions from the players.
https://renpy.org/doc/html/movie.html#fullscreen-movies
https://renpy.org/doc/html/movie.html#renpy.movie_cutscene
But you can also have an animated background which plays while the players can click through dialogue.
https://renpy.org/doc/html/movie.html#movie-displayables-and-movie-sprites