problems with background

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
Tamao
Newbie
Posts: 2
Joined: Mon Apr 14, 2008 7:39 am
Contact:

problems with background

#1 Post by Tamao »

I currently am making (like probably everyone else on this website), making a game, but I currently am having problems with the backgrounds. All the other backgrounds work fine, but with two options, I get a strainge black screen, with in the left top corner a red balk. I tried everything I could, and I can't find the problem.
The codes I used are:
on the far top:

init:
image bg hotel= "Hotel10.jpg"
image bg bieb = "libbi.jpg"
image bg entrance = "Hotel entrance.jpg"
image bg funroom = "funroom.jpg"

the problem itself:

label _menu_2:
menu what_to_do:

s "where to go?"

"To the funroom!":
jump _funroom

"To the readhall!":
jump _bieb

"dunno!":
jump _dunno

label _bieb:

scene bieb
with dissolve
s "this will come later"
scene bg entrance
with dissolve
jump _menu_2


label _funroom:

scene funroom
with dissolve
s "this will come later too"
scene bg entrance
with dissolve
jump _menu_2


The problems are with label bieb and label funroom. Please help, I have this problem already for months, and I really don't know what I did wrong!

denzil
Veteran
Posts: 293
Joined: Wed Apr 20, 2005 4:01 pm
Contact:

Re: problems with background

#2 Post by denzil »

If think you have to change (assuming you copied it here correctly):
scene bieb -> scene bg bieb
scene funroom -> scene bg funroom
Practice makes purrrfect.
Finished projects: Broken sky .:. colorless day .:. and few more...

Tamao
Newbie
Posts: 2
Joined: Mon Apr 14, 2008 7:39 am
Contact:

Re: problems with background

#3 Post by Tamao »

ah... ofcourse o.o I'm so stupid I forgot that... xD thanks for helping!

Post Reply

Who is online

Users browsing this forum: No registered users