Search found 3 matches

by Wrath Reign
Wed Jun 12, 2019 4:36 pm
Forum: Ren'Py Questions and Announcements
Topic: Music Will Not Play
Replies: 4
Views: 840

Re: Music Will Not Play

You need to be aware of indentation. https://www.renpy.org/doc/html/language_basics.html#indentation-and-blocks "label start:" should be all the way to the left with no spacing. The lines after it should be spaced four spaces in. You don't need transform left / right either, renpy already...
by Wrath Reign
Wed Jun 12, 2019 10:27 am
Forum: Ren'Py Questions and Announcements
Topic: Music Will Not Play
Replies: 4
Views: 840

Re: Music Will Not Play

You've told the game to play music before the game has even started. I wonder if that has something to do with it? Try moving your "play music ..." statement after "label start:" and see if that fixes anything. Oh, I should've mentioned I've moved it before and after the label a...
by Wrath Reign
Wed Jun 12, 2019 2:32 am
Forum: Ren'Py Questions and Announcements
Topic: Music Will Not Play
Replies: 4
Views: 840

Music Will Not Play

So this is my first day in Ren'py, so it's quite possible I'm pulling a stupid here. I've spent the past 2 hours trying to make it so I can play music over a scene in my learning-the-works game (a throw away thing I'm using to learn it with) and it just won't work. Music is set to true, I've tried p...