- Sep 30, 2021
- 50
- 66
So, i have some problem about screen stats, when i clicked on screen hope if i wanna to go back/see other char progress i have to click return button and click another char to open their stats.
but in here after i clicked image for hope, and the stats show up, when i clicked another place when the other char imagemap i place it, that immediately open the other char stats without i click return button.
the code i used like this.
can someone help to fix this, so after i click char stats i've to click return button to go back first and click another char
thank you for your help..
but in here after i clicked image for hope, and the stats show up, when i clicked another place when the other char imagemap i place it, that immediately open the other char stats without i click return button.
the code i used like this.
Python:
screen stats:
imagemap:
ground "images/stats/stats_idle.png"
hover "images/stats/stats_hover.png"
hotspot (1616,21,282,86) action ShowMenu("relationship")
screen relationship:
imagemap:
ground "images/stats/relationship_idle.png"
hover "images/stats/relationship_hover.png"
hotspot (1725,975,197,103) action Return()
hotspot (1538,84,346,878) action ShowMenu("hope")
hotspot (1209,79,308,917) action ShowMenu("harper")
screen hope:
imagemap:
ground "images/stats/background stats hope_idle.png"
hover "images/stats/background stats hope_hover.png"
text "Beatrix Affection : " xalign 0.1 yalign 0.90
text "[Beatrix_affection] " xalign 0.26 yalign 0.90
text "Hope Affection : " xalign 0.1 yalign 0.80
text "[Hope_affection] " xalign 0.26 yalign 0.80
hotspot (1652,956,225,113) action ToggleScreen("hope")
screen harper:
imagemap:
ground "images/stats/background stats harper_idle.png"
hover "images/stats/background stats harper_hover.png"
text "Liana Affection : " xalign 0.1 yalign 0.90
text "[Liana_affection] " xalign 0.26 yalign 0.90
text "Harper Affection : " xalign 0.1 yalign 0.80
text "[Harper_affection] " xalign 0.26 yalign 0.80
hotspot (1659,949,220,131) action ToggleScreen("harper")
thank you for your help..