Images not apearing left or right :(

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
User avatar
Mr101
Newbie
Posts: 4
Joined: Fri Sep 18, 2020 7:24 pm
itch: kazuichi-games
Discord: KAZU#6749
Contact:

Images not apearing left or right :(

#1 Post by Mr101 »

i've been messing around with ren'py for a year now but never tried to make a real game. But recently when I tried I ran into an issue. Images won't appear left or right or in any direction and I cant figure out why. any help would be appreciated. thanks.

here's my code:

show sean bb

r "Hey uh...what's your name again?"

show sean b at left
with dissolve

show louis mess at right
with dissolve

l "How did you already forget? It's been 3 minutes."

return

User avatar
Mr101
Newbie
Posts: 4
Joined: Fri Sep 18, 2020 7:24 pm
itch: kazuichi-games
Discord: KAZU#6749
Contact:

Re: Images not apearing left or right :(

#2 Post by Mr101 »

bump

User avatar
Ocelot
Lemma-Class Veteran
Posts: 2402
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: Images not apearing left or right :(

#3 Post by Ocelot »

Some more information is needed.

> Images won't appear left or right
What do they do instead? Does sean bb gets replaced with sean b? Does dissolve happen? How are your images defined? What are image dimensions?
< < insert Rick Cook quote here > >

User avatar
Mr101
Newbie
Posts: 4
Joined: Fri Sep 18, 2020 7:24 pm
itch: kazuichi-games
Discord: KAZU#6749
Contact:

Re: Images not apearing left or right :(

#4 Post by Mr101 »

What do they do instead?
They stay static in the center

Does sean bb get replaced?
yes

Does dissolve happen?
yes

How are images defined?
#LOUIS
image louis mess = "louis mess.png"

#SEAN
image sean b = "sean b.png"
image sean bb = "sean bb.png"

Image dimensions are 1920 x 1080

hopefully that's enough info :)

User avatar
Ocelot
Lemma-Class Veteran
Posts: 2402
Joined: Tue Aug 23, 2016 10:35 am
Github: MiiNiPaa
Discord: MiiNiPaa#4384
Contact:

Re: Images not apearing left or right :(

#5 Post by Ocelot »

Mr101 wrote: Sat Nov 27, 2021 10:48 am Image dimensions are 1920 x 1080
Something tells me that game resolution is 1920 x 1080 too.

at left works as following: it places left side of the screen and left side of the image together. Same with at right and right side.

So, if your image size and screen size are the same, then left, right, top, bottom, truecenter will not do anything, because all sides of the image already match together. You cant het more left than this without part of the image going offscreen, you cannot get more right...
< < insert Rick Cook quote here > >

User avatar
Mr101
Newbie
Posts: 4
Joined: Fri Sep 18, 2020 7:24 pm
itch: kazuichi-games
Discord: KAZU#6749
Contact:

Re: Images not apearing left or right :(

#6 Post by Mr101 »

after adjusting the image sizes, it works! thank your for helping me with my dumb question :D

Post Reply

Who is online

Users browsing this forum: Google [Bot]