[SOLVED] Adding sound effects to the quick menu buttons?

Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Post Reply
Message
Author
Ignideus
Newbie
Posts: 6
Joined: Wed Jul 16, 2014 2:23 pm
Contact:

[SOLVED] Adding sound effects to the quick menu buttons?

#1 Post by Ignideus »

The code for activation and hover sound effects for textbuttons:

Code: Select all

style.button.activate_sound = "click.mp3"
style.button.hover_sound = "hover.mp3"


Is there one for the quick menu buttons?
Last edited by Ignideus on Thu Jul 17, 2014 12:09 pm, edited 1 time in total.

Asceai
Eileen-Class Veteran
Posts: 1258
Joined: Fri Sep 21, 2007 7:13 am
Projects: a battle engine
Contact:

Re: Adding sound effects to the quick menu buttons?

#2 Post by Asceai »

Code: Select all

style.quick_button.activate_sound = "click.mp3"
style.quick_button.hover_sound = "hover.mp3"

Post Reply

Who is online

Users browsing this forum: fufuffiero, Google [Bot], W3C [Validator]