Ren'Py phone above textbox

rayminator

Engaged Member
Respected User
Sep 26, 2018
3,041
3,140
need some help get the phone above the textbox

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)]
screenshot0001.png