Search found 3 matches

by zauk
Fri Sep 16, 2011 12:05 pm
Forum: Ren'Py Questions and Announcements
Topic: HOW CAN I USE function voice_replay AND voice_can_reply
Replies: 0
Views: 340

HOW CAN I USE function voice_replay AND voice_can_reply

I want to use voice replay button.

HOW CAN I USE function voice_replay AND voice_can_reply?

I need example code.
by zauk
Thu Sep 01, 2011 5:54 am
Forum: Ren'Py Questions and Announcements
Topic: can I add voice replay in readback?
Replies: 0
Views: 304

can I add voice replay in readback?

I used readback module http://lemmasoft.renai.us/forums/viewto ... f=8&t=4197
I have voice file.

I want to play Voice again.

can I add voice replay button in readback?
And how can i work that voice replay button?
by zauk
Sat May 28, 2011 12:03 pm
Forum: Ren'Py Questions and Announcements
Topic: Trouble changing Menus [Solved]
Replies: 7
Views: 902

Re: Trouble changing Menus

you add in screens.rpy

screen main_menu:
textbutton _("music") action ShowMenu("music_room")