Search found 3 matches

by parathingum
Sat Aug 25, 2018 10:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Changing sprite mid-sentence?
Replies: 2
Views: 2391

Re: Changing sprite mid-sentence?

if im understanding what youre asking for you could do the easiest way to do this would be using the extend character and the {nw} command, like this: e frown "I see...{nw}" show eileen smile extend "Well, thank you very much. I'll be on my way now." the extend character is sort ...
by parathingum
Sat Aug 25, 2018 6:00 pm
Forum: Ren'Py Questions and Announcements
Topic: How to play sound on clicking imagebutton?
Replies: 1
Views: 619

How to play sound on clicking imagebutton?

hi, i've been working on making the menus in my game, and i'm wondering how i can make imagebuttons play a sound upon being clicked, since the text buttons in my game currently do that just fine but the imagebuttons just don't for some reason despite all my attempts to get them working. this is the ...