Page 1 of 1

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

Posted: Wed Jun 04, 2014 2:44 am
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! >__<

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

Posted: Wed Jun 04, 2014 2:54 am
by Asceai
Try changing it to:

Code: Select all

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

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

Posted: Wed Jun 04, 2014 3:13 am
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