screen gameGalleryPG1(): ################### 1. lpp ############################ text "Page 1" xpos 0.5 ypos 0.0 if True: #1 imagebutton: idle "images/thumbnails/th_1.png" hover "images/thumbnails/th_1h.png" xalign 0.1 yalign 0.2 action [Jump ("g_01")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_1h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery")] if True:#2 imagebutton: idle "images/thumbnails/th_2.png" hover "images/thumbnails/th_2h.png" xalign 0.5 yalign 0.2 action [Jump ("g_02")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_2h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery")] if True:#3 imagebutton: idle "images/thumbnails/th_3.png" hover "images/thumbnails/th_3h.png" xalign 0.9 yalign 0.2 action [Jump ("g_03")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_3h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery")] if True:#4 imagebutton: idle "images/thumbnails/th_4.png" hover "images/thumbnails/th_4h.png" xalign 0.1 yalign 0.8 action [Jump ("g_04")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_4h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery")] if True:#5 imagebutton: idle "images/thumbnails/th_5.png" hover "images/thumbnails/th_5h.png" xalign 0.5 yalign 0.8 action [Jump ("g_05")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_5h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery")] if True:#6 imagebutton: idle "images/thumbnails/th_6.png" hover "images/thumbnails/th_6h.png" xalign 0.9 yalign 0.8 action [Jump ("g_06")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_6h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery2")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery21")] screen gameGalleryPG2(): ################### 2. lpp ############################ text "Page 2" xpos 0.5 ypos 0.0 if True: #7 imagebutton: idle "images/thumbnails/th_7.png" hover "images/thumbnails/th_7h.png" xalign 0.1 yalign 0.2 action [Jump ("g_07")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_7h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery2")] if True:#8 imagebutton: idle "images/thumbnails/th_8.png" hover "images/thumbnails/th_8h.png" xalign 0.5 yalign 0.2 action [Jump ("g_08")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_8h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery2")] if True:#9 imagebutton: idle "images/thumbnails/th_9.png" hover "images/thumbnails/th_9h.png" xalign 0.9 yalign 0.2 action [Jump ("g_09")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_9h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery2")] if True:#10 imagebutton: idle "images/thumbnails/th_10.png" hover "images/thumbnails/th_10h.png" xalign 0.1 yalign 0.8 action [Jump ("g_10")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_10h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery2")] if True:#11 imagebutton: idle "images/thumbnails/th_11.png" hover "images/thumbnails/th_11h.png" xalign 0.5 yalign 0.8 action [Jump ("g_11")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_11h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery2")] if True:#12 imagebutton: idle "images/thumbnails/th_12.png" hover "images/thumbnails/th_12h.png" xalign 0.9 yalign 0.8 action [Jump ("g_12")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_12h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery2")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery3")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery")] screen gameGalleryPG3(): ################### 3. lpp ############################ text "Page 3" xpos 0.5 ypos 0.0 if True: #13 imagebutton: idle "images/thumbnails/th_13.png" hover "images/thumbnails/th_13h.png" xalign 0.1 yalign 0.2 action [Jump ("g_13")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_13h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery3")] if True:#14 imagebutton: idle "images/thumbnails/th_14.png" hover "images/thumbnails/th_14h.png" xalign 0.5 yalign 0.2 action [Jump ("g_14")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_14h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery3")] if True:#15 imagebutton: idle "images/thumbnails/th_15.png" hover "images/thumbnails/th_15h.png" xalign 0.9 yalign 0.2 action [Jump ("g_15")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_15h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery3")] if True:#16 imagebutton: idle "images/thumbnails/th_16.png" hover "images/thumbnails/th_16h.png" xalign 0.1 yalign 0.8 action [Jump ("g_16")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_16h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery3")] if True:#17 imagebutton: idle "images/thumbnails/th_17.png" hover "images/thumbnails/th_17h.png" xalign 0.5 yalign 0.8 action [Jump ("g_17")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_17h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery3")] if True:#18 imagebutton: idle "images/thumbnails/th_18.png" hover "images/thumbnails/th_18h.png" xalign 0.9 yalign 0.8 action [Jump ("g_18")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_18h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery3")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery4")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery2")] screen gameGalleryPG4(): ################### 4. lpp ############################ text "Page 4" xpos 0.5 ypos 0.0 if True: #19 imagebutton: idle "images/thumbnails/th_19.png" hover "images/thumbnails/th_19h.png" xalign 0.1 yalign 0.2 action [Jump ("g_19")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_19h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery4")] if True:#20 imagebutton: idle "images/thumbnails/th_20.png" hover "images/thumbnails/th_20h.png" xalign 0.5 yalign 0.2 action [Jump ("g_20")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_20h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery4")] if True:#21 imagebutton: idle "images/thumbnails/th_21.png" hover "images/thumbnails/th_21h.png" xalign 0.9 yalign 0.2 action [Jump ("g_21")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_21h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery4")] if True:#22 imagebutton: idle "images/thumbnails/th_22.png" hover "images/thumbnails/th_22h.png" xalign 0.1 yalign 0.8 action [Jump ("g_22")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_22h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery4")] if True:#23 imagebutton: idle "images/thumbnails/th_23.png" hover "images/thumbnails/th_23h.png" xalign 0.5 yalign 0.8 action [Jump ("g_23")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_23h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery4")] if True:#24 imagebutton: idle "images/thumbnails/th_24.png" hover "images/thumbnails/th_24h.png" xalign 0.9 yalign 0.8 action [Jump ("g_24")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_24h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery4")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery5")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery3")] screen gameGalleryPG5(): ################### 5. lpp ############################ text "Page 5" xpos 0.5 ypos 0.0 if True: #25 imagebutton: idle "images/thumbnails/th_25.png" hover "images/thumbnails/th_25h.png" xalign 0.1 yalign 0.2 action [Jump ("g_25")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_25h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery5")] if True:#26 imagebutton: idle "images/thumbnails/th_26.png" hover "images/thumbnails/th_26h.png" xalign 0.5 yalign 0.2 action [Jump ("g_26")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_26h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery5")] if True:#27 imagebutton: idle "images/thumbnails/th_27.png" hover "images/thumbnails/th_27h.png" xalign 0.9 yalign 0.2 action [Jump ("g_27")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_27h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery5")] if True:#28 imagebutton: idle "images/thumbnails/th_28.png" hover "images/thumbnails/th_28h.png" xalign 0.1 yalign 0.8 action [Jump ("g_28")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_28h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery5")] if True:#29 imagebutton: idle "images/thumbnails/th_29.png" hover "images/thumbnails/th_29h.png" xalign 0.5 yalign 0.8 action [Jump ("g_29")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_29h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery5")] if True:#30 imagebutton: idle "images/thumbnails/th_30.png" hover "images/thumbnails/th_30h.png" xalign 0.9 yalign 0.8 action [Jump ("g_30")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_30h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery5")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery6")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery4")] screen gameGalleryPG6(): ################### 6. lpp ############################ text "Page 6" xpos 0.5 ypos 0.0 if True: #31 imagebutton: idle "images/thumbnails/th_31.png" hover "images/thumbnails/th_31h.png" xalign 0.1 yalign 0.2 action [Jump ("g_31")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_31h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery6")] if True:#32 imagebutton: idle "images/thumbnails/th_32.png" hover "images/thumbnails/th_32h.png" xalign 0.5 yalign 0.2 action [Jump ("g_32")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_32h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery6")] if True:#33 imagebutton: idle "images/thumbnails/th_33.png" hover "images/thumbnails/th_33h.png" xalign 0.9 yalign 0.2 action [Jump ("g_33")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_33h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery6")] if True:#34 imagebutton: idle "images/thumbnails/th_34.png" hover "images/thumbnails/th_34h.png" xalign 0.1 yalign 0.8 action [Jump ("g_34")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_34h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery6")] if True:#35 imagebutton: idle "images/thumbnails/th_35.png" hover "images/thumbnails/th_35h.png" xalign 0.5 yalign 0.8 action [Jump ("g_35")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_35h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery6")] if True:#36 imagebutton: idle "images/thumbnails/th_36.png" hover "images/thumbnails/th_36h.png" xalign 0.9 yalign 0.8 action [Jump ("g_36")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_36h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery6")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery7")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery5")] screen gameGalleryPG7(): ################### 7. lpp ############################ text "Page 7" xpos 0.5 ypos 0.0 if True: #37 imagebutton: idle "images/thumbnails/th_37.png" hover "images/thumbnails/th_37h.png" xalign 0.1 yalign 0.2 action [Jump ("g_37")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_37h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery7")] if True:#42 imagebutton: idle "images/thumbnails/th_42.png" hover "images/thumbnails/th_42h.png" xalign 0.5 yalign 0.2 action [Jump ("g_42")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_42h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery7")] if True:#38 imagebutton: idle "images/thumbnails/th_38.png" hover "images/thumbnails/th_38h.png" xalign 0.9 yalign 0.2 action [Jump ("g_38")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_38h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery7")] if True:#39 imagebutton: idle "images/thumbnails/th_39.png" hover "images/thumbnails/th_39h.png" xalign 0.1 yalign 0.8 action [Jump ("g_39")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_39h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery7")] if True:#40 imagebutton: idle "images/thumbnails/th_40.png" hover "images/thumbnails/th_40h.png" xalign 0.5 yalign 0.8 action [Jump ("g_40")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_40h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery7")] if True:#41 imagebutton: idle "images/thumbnails/th_41.png" hover "images/thumbnails/th_41h.png" xalign 0.9 yalign 0.8 action [Jump ("g_41")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_41h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery7")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery8")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery6")] screen gameGalleryPG8(): ################### 8. lpp ############################ text "Page 8" xpos 0.5 ypos 0.0 if True: #43 imagebutton: idle "images/thumbnails/th_43.png" hover "images/thumbnails/th_43h.png" xalign 0.1 yalign 0.2 action [Jump ("g_43")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_43h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery8")] if True:#44 imagebutton: idle "images/thumbnails/th_44.png" hover "images/thumbnails/th_44h.png" xalign 0.5 yalign 0.2 action [Jump ("g_44")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_44h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery8")] if True:#45 imagebutton: idle "images/thumbnails/th_45.png" hover "images/thumbnails/th_45h.png" xalign 0.9 yalign 0.2 action [Jump ("g_45")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_45h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery8")] if True:#46 imagebutton: idle "images/thumbnails/th_46.png" hover "images/thumbnails/th_46h.png" xalign 0.1 yalign 0.8 action [Jump ("g_46")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_46h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery8")] if True:#47 imagebutton: idle "images/thumbnails/th_47.png" hover "images/thumbnails/th_47h.png" xalign 0.5 yalign 0.8 action [Jump ("g_47")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_47h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery8")] if True:#48 imagebutton: idle "images/thumbnails/th_48.png" hover "images/thumbnails/th_48h.png" xalign 0.9 yalign 0.8 action [Jump ("g_48")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_48h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery8")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery7")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery9")] screen gameGalleryPG9(): ################### 9. lpp ############################ text "Page 9" xpos 0.5 ypos 0.0 if True: #49 imagebutton: idle "images/thumbnails/th_49.png" hover "images/thumbnails/th_49h.png" xalign 0.1 yalign 0.2 action [Jump ("g_49")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_49h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery9")] if True:#50 imagebutton: idle "images/thumbnails/th_50.png" hover "images/thumbnails/th_50h.png" xalign 0.5 yalign 0.2 action [Jump ("g_50")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_50h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery9")] if True:#51 imagebutton: idle "images/thumbnails/th_51.png" hover "images/thumbnails/th_51h.png" xalign 0.9 yalign 0.2 action [Jump ("g_51")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_51h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery9")] if True:#52 imagebutton: idle "images/thumbnails/th_52.png" hover "images/thumbnails/th_52h.png" xalign 0.1 yalign 0.8 action [Jump ("g_52")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_52h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery9")] if True:#53 imagebutton: idle "images/thumbnails/th_53.png" hover "images/thumbnails/th_53h.png" xalign 0.5 yalign 0.8 action [Jump ("g_54")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_53h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery9")] if True:#54 imagebutton: idle "images/thumbnails/th_54.png" hover "images/thumbnails/th_54h.png" xalign 0.9 yalign 0.8 action [Jump ("g_53")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_54h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery9")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery8")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery10")] screen gameGalleryPG10(): ################### 10. lpp ############################ text "Page 10" xpos 0.5 ypos 0.0 if True: #55 imagebutton: idle "images/thumbnails/th_55.png" hover "images/thumbnails/th_55h.png" xalign 0.1 yalign 0.2 action [Jump ("g_55")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_55h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery10")] if True:#56 imagebutton: idle "images/thumbnails/th_56.png" hover "images/thumbnails/th_56h.png" xalign 0.5 yalign 0.2 action [Jump ("g_56")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_56h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery10")] if True:#57 imagebutton: idle "images/thumbnails/th_57.png" hover "images/thumbnails/th_57h.png" xalign 0.9 yalign 0.2 action [Jump ("g_57")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_57h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery10")] if True:#58 imagebutton: idle "images/thumbnails/th_58.png" hover "images/thumbnails/th_58h.png" xalign 0.1 yalign 0.8 action [Jump ("g_58")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_58h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery10")] if True:#59 imagebutton: idle "images/thumbnails/th_59.png" hover "images/thumbnails/th_59h.png" xalign 0.5 yalign 0.8 action [Jump ("g_59")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_59h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery10")] if True:#60 imagebutton: idle "images/thumbnails/th_60.png" hover "images/thumbnails/th_60h.png" xalign 0.9 yalign 0.8 action [Jump ("g_60")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_60h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery10")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery9")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery11")] screen gameGalleryPG11(): ################### 11. lpp ############################ text "Page 11" xpos 0.5 ypos 0.0 if True: #61 imagebutton: idle "images/thumbnails/th_61.png" hover "images/thumbnails/th_61h.png" xalign 0.1 yalign 0.2 action [Jump ("g_61")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_61h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery11")] if True:#62 imagebutton: idle "images/thumbnails/th_62.png" hover "images/thumbnails/th_62h.png" xalign 0.5 yalign 0.2 action [Jump ("g_62")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_62h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery11")] if True:#63 imagebutton: idle "images/thumbnails/th_63.png" hover "images/thumbnails/th_63h.png" xalign 0.9 yalign 0.2 action [Jump ("g_63")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_63h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery11")] if True:#64 imagebutton: idle "images/thumbnails/th_64.png" hover "images/thumbnails/th_64h.png" xalign 0.1 yalign 0.8 action [Jump ("g_64")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_64h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery11")] if True:#65 imagebutton: idle "images/thumbnails/th_65.png" hover "images/thumbnails/th_65h.png" xalign 0.5 yalign 0.8 action [Jump ("g_65")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_65h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery11")] if True:#66 imagebutton: idle "images/thumbnails/th_66.png" hover "images/thumbnails/th_66h.png" xalign 0.9 yalign 0.8 action [Jump ("g_66")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_66h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery11")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery10")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery12")] screen gameGalleryPG12(): ################### 12. lpp ############################ text "Page 12" xpos 0.5 ypos 0.0 if True: #67 imagebutton: idle "images/thumbnails/th_67.png" hover "images/thumbnails/th_67h.png" xalign 0.1 yalign 0.2 action [Jump ("g_67")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_67h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery12")] if True:#68 imagebutton: idle "images/thumbnails/th_68.png" hover "images/thumbnails/th_68h.png" xalign 0.5 yalign 0.2 action [Jump ("g_68")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_68h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery12")] if True:#69 imagebutton: idle "images/thumbnails/th_69.png" hover "images/thumbnails/th_69h.png" xalign 0.9 yalign 0.2 action [Jump ("g_69")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_69h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery12")] if True:#70 imagebutton: idle "images/thumbnails/th_70.png" hover "images/thumbnails/th_70h.png" xalign 0.1 yalign 0.8 action [Jump ("g_70")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_70h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery12")] if True:#71 imagebutton: idle "images/thumbnails/th_71.png" hover "images/thumbnails/th_71h.png" xalign 0.5 yalign 0.8 action [Jump ("g_71")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_71h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery12")] if True:#72 imagebutton: idle "images/thumbnails/th_72.png" hover "images/thumbnails/th_72h.png" xalign 0.9 yalign 0.8 action [Jump ("g_72")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_72h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery12")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery11")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery13")] screen gameGalleryPG13(): ################### 13. lpp ############################ text "Page 13" xpos 0.5 ypos 0.0 if True: ########################## 73 imagebutton: idle "images/thumbnails/th_73.png" hover "images/thumbnails/th_73h.png" xalign 0.1 yalign 0.2 action [Jump ("g_73")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_73h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery13")] if True:########################## 74 imagebutton: idle "images/thumbnails/th_74.png" hover "images/thumbnails/th_74h.png" xalign 0.5 yalign 0.2 action [Jump ("g_74")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_74h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery13")] if True:########################## 75 imagebutton: idle "images/thumbnails/th_75.png" hover "images/thumbnails/th_75h.png" xalign 0.9 yalign 0.2 action [Jump ("g_75")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_75h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery13")] if True:########################## 76 imagebutton: idle "images/thumbnails/th_76.png" hover "images/thumbnails/th_76h.png" xalign 0.1 yalign 0.8 action [Jump ("g_76")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_76h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery13")] if True: ########################## 77 imagebutton: idle "images/w3d6/thumbs/th_77.png" hover "images/w3d6/thumbs/th_77h.png" xalign 0.5 yalign 0.8 action [Jump ("g_77")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_77h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery13")] if True:########################## 78 imagebutton: idle "images/w3d6/thumbs/th_78.png" hover "images/w3d6/thumbs/th_78h.png" xalign 0.9 yalign 0.8 action [Jump ("g_78")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_78h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery13")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery14")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery12")] screen gameGalleryPG14(): ################### 14. lpp ############################ text "Page 14" xpos 0.5 ypos 0.0 if True:########################## 79 imagebutton: idle "images/w3d6/thumbs/th_79.png" hover "images/w3d6/thumbs/th_79h.png" xalign 0.1 yalign 0.2 action [Jump ("g_79")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_79h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery14")] if True:########################## 80 imagebutton: idle "images/w3d6/thumbs/th_80.png" hover "images/w3d6/thumbs/th_80h.png" xalign 0.5 yalign 0.2 action [Jump ("g_80")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_80h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery14")] if True:########################## 81 imagebutton: idle "images/w3d6/thumbs/th_81.png" hover "images/w3d6/thumbs/th_81h.png" xalign 0.9 yalign 0.2 action [Jump ("g_81")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_81h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery14")] if True:########################## 82 imagebutton: idle "images/w3d6/thumbs/th_82.png" hover "images/w3d6/thumbs/th_82h.png" xalign 0.1 yalign 0.8 action [Jump ("g_82")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_82h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery14")] if True: ########################## 83 imagebutton: idle "images/w3d6/thumbs/th_83.png" hover "images/w3d6/thumbs/th_83h.png" xalign 0.5 yalign 0.8 action [Jump ("g_83")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d6/thumbs/th_83h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery14")] if True:########################## 84 imagebutton: idle "images/w3d6/thumbs/th_84.png" hover "images/w3d6/thumbs/th_84h.png" xalign 0.9 yalign 0.8 action [Jump ("g_84")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/thumbnails/th_74h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery14")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery13")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery15")] screen gameGalleryPG15(): ################### 15. lpp ############################ JAUNS!! ################################ text "Page 15" xpos 0.5 ypos 0.0 if True:########################## 85 imagebutton: idle "images/w3d7/thumbs/th_85.png" hover "images/w3d7/thumbs/th_85h.png" xalign 0.1 yalign 0.2 action [Jump ("g_85")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_85h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery15")] if True:########################## 86 imagebutton: idle "images/w3d7/thumbs/th_86.png" hover "images/w3d7/thumbs/th_86h.png" xalign 0.5 yalign 0.2 action [Jump ("g_86")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_86h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery15")] if True:########################## 87 imagebutton: idle "images/w3d7/thumbs/th_87.png" hover "images/w3d7/thumbs/th_87h.png" xalign 0.9 yalign 0.2 action [Jump ("g_87")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_87h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery15")] if True:########################## 88 imagebutton: idle "images/w3d7/thumbs/th_88.png" hover "images/w3d7/thumbs/th_88h.png" xalign 0.1 yalign 0.8 action [Jump ("g_88")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_88h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery15")] if True: ########################## 89 imagebutton: idle "images/w3d7/thumbs/th_89.png" hover "images/w3d7/thumbs/th_89h.png" xalign 0.5 yalign 0.8 action [Jump ("g_89")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_89h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery15")] if True:########################## 90 imagebutton: idle "images/w3d7/thumbs/th_90.png" hover "images/w3d7/thumbs/th_90h.png" xalign 0.9 yalign 0.8 action [Jump ("g_90")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_90h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery15")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery14")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery16")] screen gameGalleryPG16(): ################### 16. lpp ############################ text "Page 16" xpos 0.5 ypos 0.0 if True:########################## 91 imagebutton: idle "images/w3d7/thumbs/th_91.png" hover "images/w3d7/thumbs/th_91h.png" xalign 0.1 yalign 0.2 action [Jump ("g_91")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_91h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery16")] if True:########################## 92 imagebutton: idle "images/w3d7/thumbs/th_92.png" hover "images/w3d7/thumbs/th_92h.png" xalign 0.5 yalign 0.2 action [Jump ("g_92")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w3d7/thumbs/th_92h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery16")] if True:########################## 93 imagebutton: idle "images/w4d1/thumbs/th_93.png" hover "images/w4d1/thumbs/th_93h.png" xalign 0.9 yalign 0.2 action [Jump ("g_93")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_93h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery16")] if True:########################## 94 imagebutton: idle "images/w4d1/thumbs/th_94.png" hover "images/w4d1/thumbs/th_94h.png" xalign 0.1 yalign 0.8 action [Jump ("g_94")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_94h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery16")] if True: ########################## 95 imagebutton: idle "images/w4d1/thumbs/th_95.png" hover "images/w4d1/thumbs/th_95h.png" xalign 0.5 yalign 0.8 action [Jump ("g_95")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_95h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery16")] if True:########################## 96 imagebutton: idle "images/w4d1/thumbs/th_96.png" hover "images/w4d1/thumbs/th_96h.png" xalign 0.9 yalign 0.8 action [Jump ("g_96")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_96h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery16")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery15")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery17")] screen gameGalleryPG17(): ################### 17. lpp ############################ text "Page 17" xpos 0.5 ypos 0.0 if True:########################## 97 imagebutton: idle "images/w4d1/thumbs/th_97.png" hover "images/w4d1/thumbs/th_97h.png" xalign 0.1 yalign 0.2 action [Jump ("g_97")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_97h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery17")] if True:########################## 98 imagebutton: idle "images/w4d1/thumbs/th_98.png" hover "images/w4d1/thumbs/th_98h.png" xalign 0.5 yalign 0.2 action [Jump ("g_98")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_98h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery17")] if True:########################## 99 imagebutton: idle "images/w4d1/thumbs/th_99.png" hover "images/w4d1/thumbs/th_99h.png" xalign 0.9 yalign 0.2 action [Jump ("g_99")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_99h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery17")] if True:########################## 100 imagebutton: idle "images/w4d1/thumbs/th_100.png" hover "images/w4d1/thumbs/th_100h.png" xalign 0.1 yalign 0.8 action [Jump ("g_100")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_100h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery17")] if True: ########################## 101 imagebutton: idle "images/w4d1/thumbs/th_101.png" hover "images/w4d1/thumbs/th_101h.png" xalign 0.5 yalign 0.8 action [Jump ("g_101")] if True: ########################## 101 imagebutton: idle "images/w4d1/thumbs/th_101.png" hover "images/w4d1/thumbs/th_101h.png" xalign 0.5 yalign 0.8 action [Jump ("g_101")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_101h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery17")] if True:########################## 102 imagebutton: idle "images/w4d1/thumbs/th_102.png" hover "images/w4d1/thumbs/th_102h.png" xalign 0.9 yalign 0.8 action [Jump ("g_102")] if True:########################## 102 imagebutton: idle "images/w4d1/thumbs/th_102.png" hover "images/w4d1/thumbs/th_102h.png" xalign 0.9 yalign 0.8 action [Jump ("g_102")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_102h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery17")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery16")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery18")] screen gameGalleryPG18(): ################### 18. lpp ############################ text "Page 18" xpos 0.5 ypos 0.0 if True:########################## 103 imagebutton: idle "images/w4d1/thumbs/th_103.png" hover "images/w4d1/thumbs/th_103h.png" xalign 0.1 yalign 0.2 action [Jump ("g_103")] if True:########################## 103 imagebutton: idle "images/w4d1/thumbs/th_103.png" hover "images/w4d1/thumbs/th_103h.png" xalign 0.1 yalign 0.2 action [Jump ("g_103")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_103h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery18")] if True:########################## 104 imagebutton: idle "images/w4d1/thumbs/th_104.png" hover "images/w4d1/thumbs/th_104h.png" xalign 0.5 yalign 0.2 action [Jump ("g_104")] if True:########################## 104 imagebutton: idle "images/w4d1/thumbs/th_104.png" hover "images/w4d1/thumbs/th_104h.png" xalign 0.5 yalign 0.2 action [Jump ("g_104")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_104h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery18")] if True:########################## 105 imagebutton: idle "images/w4d1/thumbs/th_105.png" hover "images/w4d1/thumbs/th_105h.png" xalign 0.9 yalign 0.2 action [Jump ("g_105")] if True:########################## 105 imagebutton: idle "images/w4d1/thumbs/th_105.png" hover "images/w4d1/thumbs/th_105h.png" xalign 0.9 yalign 0.2 action [Jump ("g_105")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_105h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery18")] if True:########################## 106 imagebutton: idle "images/w4d1/thumbs/th_106.png" hover "images/w4d1/thumbs/th_106h.png" xalign 0.1 yalign 0.8 action [Jump ("g_106")] if True:########################## 106 imagebutton: idle "images/w4d1/thumbs/th_106.png" hover "images/w4d1/thumbs/th_106h.png" xalign 0.1 yalign 0.8 action [Jump ("g_106")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_106h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery18")] if True: ########################## 107 imagebutton: idle "images/w4d1/thumbs/th_107.png" hover "images/w4d1/thumbs/th_107h.png" xalign 0.5 yalign 0.8 action [Jump ("g_107")] if True: ########################## 107 imagebutton: idle "images/w4d1/thumbs/th_107.png" hover "images/w4d1/thumbs/th_107h.png" xalign 0.5 yalign 0.8 action [Jump ("g_107")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_107h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery18")] if True:########################## 108 imagebutton: idle "images/w4d1/thumbs/th_108.png" hover "images/w4d1/thumbs/th_108h.png" xalign 0.9 yalign 0.8 action [Jump ("g_108")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_108h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery18")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery17")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery19")] screen gameGalleryPG19(): ################### 19. lpp ############################ text "Page 19" xpos 0.5 ypos 0.0 if True:########################## 109 imagebutton: idle "images/w4d1/thumbs/th_109.png" hover "images/w4d1/thumbs/th_109h.png" xalign 0.1 yalign 0.2 action [Jump ("g_109")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_109h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery19")] if True:########################## 110 imagebutton: idle "images/w4d1/thumbs/th_110.png" hover "images/w4d1/thumbs/th_110h.png" xalign 0.5 yalign 0.2 action [Jump ("g_110")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_110h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery19")] if True:########################## 111 imagebutton: idle "images/w4d1/thumbs/th_111.png" hover "images/w4d1/thumbs/th_111h.png" xalign 0.9 yalign 0.2 action [Jump ("g_111")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_111h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery19")] if True:########################## 112 imagebutton: idle "images/w4d1/thumbs/th_112.png" hover "images/w4d1/thumbs/th_112h.png" xalign 0.1 yalign 0.8 action [Jump ("g_112")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_112h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery19")] if True: ########################## 113 imagebutton: idle "images/w4d1/thumbs/th_113.png" hover "images/w4d1/thumbs/th_113h.png" xalign 0.5 yalign 0.8 action [Jump ("g_113")] if True: ########################## 113 imagebutton: idle "images/w4d1/thumbs/th_113.png" hover "images/w4d1/thumbs/th_113h.png" xalign 0.5 yalign 0.8 action [Jump ("g_113")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_113h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery19")] if True:########################## 114 imagebutton: idle "images/w4d1/thumbs/th_114.png" hover "images/w4d1/thumbs/th_114h.png" xalign 0.9 yalign 0.8 action [Jump ("g_114")] if True:########################## 114 imagebutton: idle "images/w4d1/thumbs/th_114.png" hover "images/w4d1/thumbs/th_114h.png" xalign 0.9 yalign 0.8 action [Jump ("g_114")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d1/thumbs/th_114h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery19")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery18")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery20")] screen gameGalleryPG20(): ################### 20. lpp ############################################################################################################################# text "Page 20" xpos 0.5 ypos 0.0 if True:########################## 115 imagebutton: idle "images/w4d2/thumbs/th_115.png" hover "images/w4d2/thumbs/th_115h.png" xalign 0.1 yalign 0.2 action [Jump ("g_115")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_115h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery20")] if True:########################## 116 imagebutton: idle "images/w4d2/thumbs/th_116.png" hover "images/w4d2/thumbs/th_116h.png" xalign 0.5 yalign 0.2 action [Jump ("g_116")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_116h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery20")] if True:########################## 117 imagebutton: idle "images/w4d2/thumbs/th_117.png" hover "images/w4d2/thumbs/th_117h.png" xalign 0.9 yalign 0.2 action [Jump ("g_117")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_117h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery20")] if True:########################## 118 imagebutton: idle "images/w4d2/thumbs/th_118.png" hover "images/w4d2/thumbs/th_118h.png" xalign 0.1 yalign 0.8 action [Jump ("g_118")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_118h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery20")] if True: ########################## 119 imagebutton: idle "images/w4d2/thumbs/th_119.png" hover "images/w4d2/thumbs/th_119h.png" xalign 0.5 yalign 0.8 action [Jump ("g_119")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_119h.png" xalign 0.5 yalign 0.8 action [ShowMenu("pre_gallery20")] if True:########################## 120 imagebutton: idle "images/w4d2/thumbs/th_120.png" hover "images/w4d2/thumbs/th_120h.png" xalign 0.9 yalign 0.8 action [Jump ("g_120")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_120h.png" xalign 0.9 yalign 0.8 action [ShowMenu("pre_gallery20")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery19")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery21")] screen gameGalleryPG21(): ################### 21. lpp ############################ text "Page 21" xpos 0.5 ypos 0.0 if True:########################## 121 imagebutton: idle "images/w4d2/thumbs/th_121.png" hover "images/w4d2/thumbs/th_121h.png" xalign 0.1 yalign 0.2 action [Jump ("g_121")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_121h.png" xalign 0.1 yalign 0.2 action [ShowMenu("pre_gallery21")] if True:########################## 122 imagebutton: idle "images/w4d2/thumbs/th_122.png" hover "images/w4d2/thumbs/th_122h.png" xalign 0.5 yalign 0.2 action [Jump ("g_122")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_122h.png" xalign 0.5 yalign 0.2 action [ShowMenu("pre_gallery21")] if True:########################## 123 imagebutton: idle "images/w4d2/thumbs/th_123.png" hover "images/w4d2/thumbs/th_123h.png" xalign 0.9 yalign 0.2 action [Jump ("g_123")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_123h.png" xalign 0.9 yalign 0.2 action [ShowMenu("pre_gallery21")] if True:########################## 124 imagebutton: idle "images/w4d2/thumbs/th_124.png" hover "images/w4d2/thumbs/th_124h.png" xalign 0.1 yalign 0.8 action [Jump ("g_124")] else: imagebutton: idle "images/thumbnails/th_locked.png" hover "images/w4d2/thumbs/th_124h.png" xalign 0.1 yalign 0.8 action [ShowMenu("pre_gallery21")] textbutton _("Previous Page"): style "return_button" xalign 0.5 yalign 1.0 action [ShowMenu("pre_gallery20")] textbutton _("Next Page"): style "return_button" xalign 1.0 yalign 1.0 action [ShowMenu("pre_gallery")]