- Sep 7, 2017
- 694
- 4,185
Hey guys, I've created a simple screen as a part of my gallery in game. It works perfectly fine, there are also imagebuttons over animated background that all work great and do what they need to do. However, when you enter the pause menu, and try to click any button that isn't "Save" Or "Main Menu" the screen glitches and it doesn't let you use these other settings. If you right click or pause again, the screen goes back to normal. I would like to keep the animated background, does anyone have a solution to this that will allow the other load screens and such to function normally?
Code:
screen office_screen():
tag menu
add Movie(size=(1920, 1080))
on "show" action Play("movie", "movies/office.webm", loop=True)
on "hide" action Stop("movie")