Search found 3 matches

by Blu3Be4ry
Tue Mar 08, 2022 2:10 pm
Forum: Ren'Py Questions and Announcements
Topic: Making a button to ONLY play a sound.
Replies: 2
Views: 300

Re: Making a button to ONLY play a sound.

You can use 'Play' action to, like, play some sound/music. Or you can use 'NullAction' to make button do nothing at all but be sensible (react on hovering/unhovering). https://www.renpy.org/doc/html/screen_actions.html#Play https://www.renpy.org/doc/html/screen_actions.html#NullAction ty ty ty ty t...
by Blu3Be4ry
Tue Mar 08, 2022 11:20 am
Forum: Ren'Py Questions and Announcements
Topic: Making a button to ONLY play a sound.
Replies: 2
Views: 300

Making a button to ONLY play a sound.

Looking to make a button that simply plays a sound in Renpy. Nothing else. I can get it to work when it does something (like an action), but not without doing anything.

It should be easy but I've tried every way that I know.

Something like hotspot (757, 139, 33, 20) Play("boop.mp3")
by Blu3Be4ry
Thu Aug 06, 2020 11:44 pm
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED]Uncaught exception occured (000atl defined twice) HELP PLS!
Replies: 3
Views: 3099

Re: [SOLVED]Uncaught exception occured (000atl defined twice) HELP PLS!

This might help some, if you recently downloaded your game off of like itch because you lost all your work and this happens, see if there is a tl folder in the game folder, if there is then delete it, it's an easy fix but hard to spot