- Aug 13, 2020
- 11
- 2
Hi, I wanted to ask, how can I display multiple videos on the main menu background? Only displaying one is pretty simple, I just done this
But what I want to do is to have multiple videos, for example: gui/main_menu0.webm, gui/main_menu1.webm, gui/main_menu2.webm and so on. Each of them staying for like 5 seconds and than looping back to the first one
Python:
define gui.main_menu_background = Movie(play="gui/main_menu0.webm", loop=True)