- Nov 24, 2022
- 6
- 1
whenever I try and put my video in for a scene it just gives me a transparent image. I have the vid in the right file and I've tried different video formats but it keeps giving me the same results here's the code:
define N = Character("????")
image movie = Movie("intro.ogv", size=(1920, 1080), loop=True, xalign=0.10, yalign=0.10)
# The game starts here.
label start:
N "blah blah blah blah blah blah"
scene movie
N "blah blah blah blah blah blah."
N "blah blah blah."
# This ends the game.
return
define N = Character("????")
image movie = Movie("intro.ogv", size=(1920, 1080), loop=True, xalign=0.10, yalign=0.10)
# The game starts here.
label start:
N "blah blah blah blah blah blah"
scene movie
N "blah blah blah blah blah blah."
N "blah blah blah."
# This ends the game.
return