Problem with graphics

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
ZannyHyper
Newbie
Posts: 9
Joined: Tue Jul 07, 2009 7:55 pm
Contact:

Problem with graphics

#1 Post by ZannyHyper »

Hello, Im making a game but at times the character picture's wont show when I tell it too, I have the picture in the folder, the code in the system but when I type it out to show it, nothing appears when I test it.

Code: Select all

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

Code: Select all

show BossBlack
    "A light suddenly caught my attention as it lit up the wall in front of me with a person’s silhouette stood behind me"
Anyone know why this is happening?

A Terrible Rabbit
Regular
Posts: 69
Joined: Sun Dec 13, 2009 6:51 pm
Projects: Kyuuketsuki BonBon
Contact:

Re: Problem with graphics

#2 Post by A Terrible Rabbit »

Does an error message appear?

pkt
Veteran
Posts: 322
Joined: Tue Jul 28, 2009 10:09 pm
Completed: I dunno
Projects: Something special
Contact:

Re: Problem with graphics

#3 Post by pkt »

The picture might be named wrong or in the wrong folder. We can't tell much without error logs.
No Active Public Renpy Projects...

Guest

Re: Problem with graphics

#4 Post by Guest »

Thats the thing, I never receive any error messages, not even in the game screen itself.

Guest

Re: Problem with graphics

#5 Post by Guest »

Try deleting the indentation before the " after show.

Strum
Veteran
Posts: 215
Joined: Mon Sep 28, 2009 10:38 am
Contact:

Re: Problem with graphics

#6 Post by Strum »

ie code it like this

Code: Select all

show BossBlack
"A light suddenly caught my attention as it lit up the wall in front of me with a person’s silhouette stood behind me"
Image

Post Reply

Who is online

Users browsing this forum: Google [Bot]