documentation indexreference manualfunction index

renpy.movie_stop

Function: renpy.movie_stop (clear=True):

This stops the currently playing movie.

Example

init:
    image movie = Movie()

show movie at Position(xpos=420, ypos=25, xanchor='left', yanchor='top')
show eileen happy

$ renpy.movie_start_displayable('Eisenhow1952.mpg', (352, 240))
e "Ren'Py can even overlay rendered images on top of a movie,
   although that's more taxing for your CPU."

e "It's like I'm some sort of newscaster or something."

$ renpy.movie_stop()
hide movie