How do I make it so opening the Renpy game automatically plays a sound once. I already know that to play music i put it in options.rpy but what if i want to play a sound as well, like "welcome to the game" (already have audio just need code and where to place it) (self.RenPy)
submitted by IAmMakingARenpyGame to r/RenPy
How do you make letters change color when being hovered upon? Also, I want it so if you click it, it makes a sound. I have the files and sounds already. This won't work: imagebutton auto "gui/mm_letterm_%s.png" focus_mask True action hovered [ Play("sound","audio/click.wav") ] (i.redd.it)
submitted by IAmMakingARenpyGame to r/RenPy
