Sound issue in Ren'Py 6.17.3.327
Posted: Sun Apr 13, 2014 12:02 pm
I just updated to 6.17 from 6.16 and got an error regarding the following line:
Also, imagemap buttons aren't playing their hover or click sounds:
Code: Select all
style.nav_button.sound = "hover.wav"Code: Select all
While executing init code:
File "game/screens.rpy", line 450, in script
File "game/screens.rpy", line 458, in python
AttributeError: 'renpy.styleclass.Style' object has no attribute 'sound'Code: Select all
style.imagemap_button.hover_sound = "hover.wav"
style.imagemap_button.activate_sound = "click.wav"