So basically I'm using the default renpy timer that utilizes screens, and I want to play a sound each time the timer ticks, sort of like a beeping sound for a ticking time bomb. Another problem is I want the sound to change the closer the timer are to zero, so I wish to have complete control of what sound is played for each second.
Is there anyone that can help me? If anyone can help me please let me know, thank you!
Also my image countdown is very crude (shown below) and I need to basically set each image into each seconds, if anyone knows how to make it more optimized please let me know, thank you!
Code: Select all
showif seconds == 1:
add "count1.png" at center
elif seconds == 0:
add "count0.png" at center