U
User_286102
Guest
Guest
I've a problem with a method on renpy
I use atom
I want to create a menu in which i can read info about my characters ... but I dont know how to close the menu
I think it's easier to explain myself with an example of what i did :
screen buttonchar:
vbox xalign 0.02 yalign 0.02:
spacing 20
imagebutton auto "ICON/buttonchar":
action Call screen mychar
screen mychar:
add "bgchar"
textbutton "maria" action call screen maria.png
xalign 0.03
yalign 0.03
textbutton "pablo" action call screen pablo.png
xalign 0.09
yalign 0.03
and i continue like that as much as i've character
I dont know if what i did's ok and especially i can't to go back
this button appears always and i wish that the player can go in this menu when he want/need it, but how then to allow the player to leave this screen characters and to return to the same place of the history where he was when he opened this menu
I would be happy if someone can correct me and explain me how to get out of this and join the current story
or maybe show me the path of a tutorial that gives me a solution for the menus of this kind
i hope i managed to explain my problem well and sorry for my bad English
I use atom
I want to create a menu in which i can read info about my characters ... but I dont know how to close the menu
I think it's easier to explain myself with an example of what i did :
screen buttonchar:
vbox xalign 0.02 yalign 0.02:
spacing 20
imagebutton auto "ICON/buttonchar":
action Call screen mychar
screen mychar:
add "bgchar"
textbutton "maria" action call screen maria.png
xalign 0.03
yalign 0.03
textbutton "pablo" action call screen pablo.png
xalign 0.09
yalign 0.03
and i continue like that as much as i've character
I dont know if what i did's ok and especially i can't to go back
this button appears always and i wish that the player can go in this menu when he want/need it, but how then to allow the player to leave this screen characters and to return to the same place of the history where he was when he opened this menu
I would be happy if someone can correct me and explain me how to get out of this and join the current story
or maybe show me the path of a tutorial that gives me a solution for the menus of this kind
i hope i managed to explain my problem well and sorry for my bad English