Alright, I'm at my wits end here, I don't know what I'm doing wrong. I feel like I've tried everything I could find on the internet regarding video in Ren'Py.
I'm trying to add an animated sex scene, but all the game does is freeze on the last "scene" background until you click enough to get to the next static scene.
Here is an example of the code in question:
#This is defined at the top
image ch2_tsex1 = Movie(play="images/Video/bg 2-vid01.ogv", loop=True)
#This is where I'm trying to play it
scene black
with fade
scene bg 2-x01
with fade
""
show ch2_tsex1
Please help, me stupid! Thank you.
I'm trying to add an animated sex scene, but all the game does is freeze on the last "scene" background until you click enough to get to the next static scene.
Here is an example of the code in question:
#This is defined at the top
image ch2_tsex1 = Movie(play="images/Video/bg 2-vid01.ogv", loop=True)
#This is where I'm trying to play it
scene black
with fade
scene bg 2-x01
with fade
""
show ch2_tsex1
Please help, me stupid! Thank you.