Music Room HELP!!!

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
tuna_sushi
Veteran
Posts: 299
Joined: Thu Jul 07, 2011 9:33 am
Projects: BloomingBlossoms
Contact:

Music Room HELP!!!

#1 Post by tuna_sushi »

Help Me please!!! :?
I tried the Music Room Code (http://www.renpy.org/wiki/renpy/doc/cookbook/Music_Room) :D
and if I go to the music room and load,
I can't click the right-click! :evil:

do you know what's wrong??? :?:


P.S. = I'm a newbie in Ren'Py
P.P.S. = Sorry my english is bad
P.P.P.S = Sorry if the smilies are annoying...

User avatar
Alex
Lemma-Class Veteran
Posts: 3094
Joined: Fri Dec 11, 2009 5:25 pm
Contact:

Re: Music Room HELP!!!

#2 Post by Alex »

Well, if you mean, that you unable to right-click in music room - that's ok, 'cause you have

Code: Select all

    python:
        _game_menu_screen = None
But if such a thing happens when you return to game, then try to change the last lines of "music room" code

Code: Select all

if ui.interact():
        jump music_room_loop
    else:
        $ _game_menu_screen = "save_screen"
        return
http://www.renpy.org/wiki/renpy/FAQ#How ... me_menu.3F

tuna_sushi
Veteran
Posts: 299
Joined: Thu Jul 07, 2011 9:33 am
Projects: BloomingBlossoms
Contact:

Re: Music Room HELP!!!

#3 Post by tuna_sushi »

Thank you so much! ^_^

Post Reply

Who is online

Users browsing this forum: Google [Bot]