- Feb 6, 2020
- 9
- 9
Hi everyone,
I'm trying to develope my first VN but i've encountered a problem... before and after i play a video as scene there is a weird checkered frame that appears for a millisecond anyone knows what i did wrong?
This is the init:
image park = Movie(play="images/park.webm", size=(1280, 720), start_image="images/intro/scene9.png", image="images/intro/scene_p.png")
This is in the label:
pause 0.5
scene scene9
mt "Great..."
pause 1
scene park
pause(8)
scene scene_p
jump chapter1A
thank you for your time!
I'm trying to develope my first VN but i've encountered a problem... before and after i play a video as scene there is a weird checkered frame that appears for a millisecond anyone knows what i did wrong?
This is the init:
image park = Movie(play="images/park.webm", size=(1280, 720), start_image="images/intro/scene9.png", image="images/intro/scene_p.png")
This is in the label:
pause 0.5
scene scene9
mt "Great..."
pause 1
scene park
pause(8)
scene scene_p
jump chapter1A
thank you for your time!