Search found 3 matches

by vf1sveritech
Tue Aug 15, 2017 4:42 pm
Forum: Ren'Py Questions and Announcements
Topic: textbutton click to close screen advances game dialogue but shouldn't
Replies: 4
Views: 1018

Re: textbutton click to close screen advances game dialogue but shouldn't

I was following another game's code as an example and couldn't replicate it's results.

Thanks. using modal worked and show hide. it still doesn't look perfect but it works.

can a text button do more than one action?
by vf1sveritech
Tue Aug 15, 2017 4:31 am
Forum: Ren'Py Questions and Announcements
Topic: textbutton click to close screen advances game dialogue but shouldn't
Replies: 4
Views: 1018

textbutton click to close screen advances game dialogue but shouldn't

Sorry if the title is a little confusing, but I have a textbutton that is always displayed that opens a screen to display some information. To close the screen i have another textbutton that returns. The problem is whenever I click the 'close' button, my game is at a different spot than when i opene...
by vf1sveritech
Sun Aug 13, 2017 7:45 am
Forum: Ren'Py Questions and Announcements
Topic: Unknown keyword arguments: two_windows(Solved, thanks!)
Replies: 5
Views: 2758

Re: Unknown keyword arguments: two_windows(Solved, thanks!)

same problem here. $ D = Character(_("Developer"),color="#0000FF",show_two_window=True,what_prefix='"',what_suffix='"') I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 205, in script D "Welcome to the g...