why wont my image show?

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
TheAlbino
Newbie
Posts: 1
Joined: Sun Jan 26, 2014 12:34 am
Contact:

why wont my image show?

#1 Post by TheAlbino »

So I'm very new and I've been testing out codes just so I can get a feel of how it works and I cant get my character image to show, can you please help me?
the script so far:
# You can place the script of your game in this file.

# Declare images below this line, using the image statement.
# eg. image eileen happy = "eileen_happy.png"
image maddy22 = "maddy22.png"

# Declare characters used by this game.
define A = Character('Amora', color="#F00000")

# The game starts here.
label start:

show maddy22 at right

A "I can't belive you did this to me."

A "I don't know you anymore!"

A "Just.... leave me alone *wispers* please."

return

Unin
Regular
Posts: 54
Joined: Wed Sep 01, 2010 8:08 pm
Location: Florida
Contact:

Re: why wont my image show?

#2 Post by Unin »

is maddy22.png in your game folder? are you getting an error? if so please post it. also please post code using the [ code] tag so we can check things like indentation.

Crazy Li
Regular
Posts: 113
Joined: Fri Jan 03, 2014 3:35 pm
Contact:

Re: why wont my image show?

#3 Post by Crazy Li »

Sometimes it's weird when you don't give images a state. Try something like

image maddy22 test = "maddy22.png"

and then

show maddy22 test at right

just to see if that makes a difference.

Post Reply

Who is online

Users browsing this forum: apocolocyntose, tim640