[solved]two load screens?
Posted: Sat Jan 23, 2016 12:03 pm
I'm solving a little problem for showing a different navigation menu when the player goes to the load screen from the main menu.
I tried to pass name of the navigation menu to the screen as argument but looks like the "use" statement don't take variables.
the next solution was having two load screen is too attached to its name
any suggestions?
I tried to pass name of the navigation menu to the screen as argument but looks like the "use" statement don't take variables.
the next solution was having two load screen is too attached to its name
Code: Select all
screen load1():
# This ensures that any other menu screen is replaced.
tag menu
use navigation1
use file_picker