Code: Select all
screen replay_gallery:
tag menu
add "gui/gm_bg.jpg"
add "upsidedown_nav" xalign 0.5 yalign 0.0
add "gui/title_cg.png" xalign 0.5 yalign 0.09
grid 4 3:
spacing 15 xalign 0.5 yalign 0.55
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
button:
action If(persistent.myfirstscene, Replay("myfirstscene"))
if persistent.myfirstscene :
image ("gui/cg_frame.png")
else :
image ("gui/cg_locked.png")
add "gui/nav_bar.png" xalign 0.5 yalign 1.0
button:
action Return()
text "Back" xalign 0.5 yalign 0.98can you please tell me what I'm doing wrong?
this is how it looks
http://i.imgur.com/MlBG3ui.jpg
and this is how i want it to look but it wont listen to me
http://i.imgur.com/Fq9VQ48.jpg




