Reference Manual: (offline | online) Quickstart: (offline | online)

renpy.movie_stop

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
Reference Manual: (offline | online) Quickstart: (offline | online)