Problem with sound when starting the game!!! [solved]

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
User avatar
Panda_nui
Regular
Posts: 44
Joined: Mon Jul 02, 2012 10:48 am
Projects: re:_night
Location: in your closet
Contact:

Problem with sound when starting the game!!! [solved]

#1 Post by Panda_nui »

For some very odd reason, once i made my main menu an image map, I can't hear the clicks when i press anything on it (start game, load game, config, etc...)
I even included the code in the options.rpy

Code: Select all

    ## Sounds that are used when button and imagemaps are clicked.

    style.imagemap.activate_sound = "music/click.wav"
but yet, I still couldn't hear the click.
Why is that, and is there any way to fix this?
Thank you very much for your time in advance! >__<
Last edited by Panda_nui on Wed Jun 04, 2014 3:13 am, 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: Problem with sound when starting the game!!!

#2 Post by Asceai »

Try changing it to:

Code: Select all

    style.hotspot.activate_sound = "music/click.wav"

User avatar
Panda_nui
Regular
Posts: 44
Joined: Mon Jul 02, 2012 10:48 am
Projects: re:_night
Location: in your closet
Contact:

Re: Problem with sound when starting the game!!!

#3 Post by Panda_nui »

Asceai wrote:Try changing it to:

Code: Select all

    style.hotspot.activate_sound = "music/click.wav"
omsjkdha IT WORKED!!
Thank you so so much!! >///< <333

Post Reply

Who is online

Users browsing this forum: No registered users