Search found 7 matches

by TOTALLYNOTGENERATED
Thu Jul 11, 2019 12:54 pm
Forum: Ren'Py Questions and Announcements
Topic: Music Play and Pause
Replies: 6
Views: 749

Re: Music Play and Pause

How does the button know, the music is playing, so that I can pause? You can use renpy.music.is_playing() function: https://renpy.org/doc/html/audio.html#renpy.music.is_playing 4example: ...action If(renpy.music.is_playing('music'), PauseAudio('music', 'toggle'), None) https://renpy.org/doc/html/sc...
by TOTALLYNOTGENERATED
Thu Jul 11, 2019 11:53 am
Forum: Ren'Py Questions and Announcements
Topic: Music Play and Pause
Replies: 6
Views: 749

Re: Music Play and Pause

Hello, I have a simple question. I have created a Musicplayer that plays multiple Audio-Channels. They can be clicked by imagebuttons. I would like to make a Pause-Function. but it should be the same button. Click once = Sound Plays / Second Time click = Sound Stop / Third Time = Plays again (etc) ...
by TOTALLYNOTGENERATED
Wed Jul 10, 2019 5:13 pm
Forum: Ren'Py Questions and Announcements
Topic: Music Play and Pause
Replies: 6
Views: 749

Music Play and Pause

Hello, I have a simple question. I have created a Musicplayer that plays multiple Audio-Channels. They can be clicked by imagebuttons. I would like to make a Pause-Function. but it should be the same button. Click once = Sound Plays / Second Time click = Sound Stop / Third Time = Plays again (etc) d...
by TOTALLYNOTGENERATED
Sat Jul 06, 2019 11:27 am
Forum: Ren'Py Cookbook
Topic: Quick Time Event
Replies: 17
Views: 21522

Re: Quick Time Event

thank you! :D
by TOTALLYNOTGENERATED
Sat Jul 06, 2019 6:54 am
Forum: Ren'Py Cookbook
Topic: Quick Time Event
Replies: 17
Views: 21522

Re: Quick Time Event

Foureyedfloozy wrote: Wed Mar 13, 2019 2:27 pm How do you adjust the speed of the timer? It's way too fast for me and i'd like to make it slower. I am very new to ren'py let alone coding, so I hope this isn't annoying of anything.
Thanks
Foureyedfloozy
did you find out?
by TOTALLYNOTGENERATED
Sat Jul 06, 2019 6:50 am
Forum: Ren'Py Cookbook
Topic: Quick Time Event
Replies: 17
Views: 21522

Re: Quick Time Event

How do you adjust the timer? :)
by TOTALLYNOTGENERATED
Sat Jul 06, 2019 6:46 am
Forum: Ren'Py Questions and Announcements
Topic: Timer Adjustments
Replies: 0
Views: 440

Timer Adjustments

Hello :D Sorry for bad english in advance. I'm new to renpy and have a simple question. I used the QTE game https://lemmasoft.renai.us/forums/viewtopic.php?f=51&t=50766 but i would like to know - How do you adjust the speed of the timer? I would like to make it slower and faster, but how? thanks...