Hey! I'm getting this problem where when I call the screen for the outfits ui the program gives me this error regarding the imagebuttons:
For example for this one:
imagebutton auto "button top_1.png" align((1.0, 0.5)) action [Show(top1), Hide(top2)]
i get the error:
NameError: name 'top1' is not defined
Which is really confusing because in your code you never had to define each screen like that, or I mean, they're already defined above:
screen top1 zorder 1:
It cant be a problem with the version because your code runs with no issues