Hello everyone, I'm really a beginner in ren'py.
I have a problem, I should make a image button that when clicked shows a specific photo and shows a notification based on the photo it will show.
For now i wrote this:
screen tutorial:
add "#file.jpg"
imagebutton auto "Capitolo1/#name/#name_%s.png" focus_mask True action Jump("#namee")
imagebutton auto "Capitolo1/#name/#name_%s.png" focus_mask True action Jump("#namee")
Jump is ok but i don't take two action.
How can I do?
THX for all.
I have a problem, I should make a image button that when clicked shows a specific photo and shows a notification based on the photo it will show.
For now i wrote this:
screen tutorial:
add "#file.jpg"
imagebutton auto "Capitolo1/#name/#name_%s.png" focus_mask True action Jump("#namee")
imagebutton auto "Capitolo1/#name/#name_%s.png" focus_mask True action Jump("#namee")
Jump is ok but i don't take two action.
How can I do?
THX for all.