Search found 3 matches

by haca
Thu Nov 03, 2016 5:47 pm
Forum: Ren'Py Cookbook
Topic: Mobile phone text-message system
Replies: 37
Views: 54400

Re: Mobile phone text-message system

I've been using this recipe a fair bit, and I've expanded the functionality somewhat. I believe someone asked about emoji support? It's not quite emoji, but displaying small images (125x125px) is doable, and you can easily modify the below code to get what you want. You'd need to have the emoji imag...
by haca
Thu Nov 03, 2016 1:17 pm
Forum: Ren'Py Questions and Announcements
Topic: Merging multiple hide/show screen calls in one function?
Replies: 2
Views: 964

Merging multiple hide/show screen calls in one function?

Hi, I've adapted this cell-phone recipe for use in my project, though I've found that each "line" of dialogue in this way is four lines of code. For example: # line one $ renpy.pause() hide screen phone_message_other play sound "sfx/blop.mp3" show screen phone_message_other("...