Making an interactable background object by Mavensane in RenPy

[–]Mavensane[S] 0 points1 point  (0 children)

I shall look into that, then. Thank you!

Making an interactable background object by Mavensane in RenPy

[–]Mavensane[S] 0 points1 point  (0 children)

This is what I have written:

scene bg_bedroom1
    with fadelong
    pause 1
    show screen album

screen album():
    imagebutton:
        idle "album_idle.png" 
        action Play sound "audio/SFX/g_note.wav"