Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thanks, glad you like it! Video loops is something I’d like to add, if I figure out how to do it

(2 edits) (+2)

hey, dev you can use this code for looping animated h-scene

# Define a looping movie as an image

image videoname= Movie(size=(1280, 720), channel="movies_dp", play="images/videoname.webm") #loop is true by default

------------------------------------------------------------------------------

scene videoname with fade

a "you're so good at this"  
"here you can add dialogue"

(+1)

Thanks, that’s already how I load the videos actually, but it’s more about creating a video that’s loopable I guess