Search found 2 matches

by linkaegar
Tue Sep 18, 2018 10:21 pm
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton ATL resets when clicking anywhere
Replies: 2
Views: 437

Re: Imagebutton ATL resets when clicking anywhere

philat wrote: Tue Sep 18, 2018 9:20 pm Don't put it in the say screen, basically.
That did the trick! Thank you!
by linkaegar
Tue Sep 18, 2018 5:32 am
Forum: Ren'Py Questions and Announcements
Topic: Imagebutton ATL resets when clicking anywhere
Replies: 2
Views: 437

Imagebutton ATL resets when clicking anywhere

I was following Mugen's Imagebutton tutorial and wanted to see if I could recreate parts of it. In screens.rpy, I made an imagebutton with a transformation that moves left and right and, when clicked on, sets a boolean variable clicked_on_button to true (originally initialized as false). Here's the ...