- Sep 26, 2018
- 3,464
- 3,410
- 500
need some help get the phone above the textbox
tried using zorder but it's not doing anything
tried using zorder but it's not doing anything
Code:
screen button:
zorder 100
vbox:
style_prefix "aff2"
if cell == 0:
imagebutton idle im.Scale("gui/cellp/phonecel.png",150,180) hover im.Scale("gui/cellp/phonecel.png",149,179) action [Show("phone_menu"), SetVariable("cell", 1)]
else:
imagebutton idle im.Scale("gui/cellp/phonecel.png",150,180) hover im.Scale("gui/cellp/phonecel.png",149,179) action [Hide("phone_menu"), SetVariable("cell", 0)]