intfiction.org

The Interactive Fiction Community Forum
It is currently Sun May 26, 2013 2:44 am

All times are UTC - 6 hours [ DST ]




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Displaying Pictures
PostPosted: Fri Apr 24, 2009 12:14 pm 
Offline

Joined: Thu Apr 23, 2009 1:07 am
Posts: 2
Hi all,
I'm a complete noob at Inform 7,can anyone please give me a clear description of how to implement images into a story? I've managed to get the images I want into the right place so the program knows they are there( they are listed in content) but it's where to place the display instruction that is confusing me.As in :-

display the Figure of Woodlands;

returns

Problem. You wrote 'display the Figure of Woodlands' : but I can't find a verb here that I know how to deal with, so I am ignoring this sentence altogether.

Any help would be much appreciated and thanks in advance for any answers.


Top
 Profile Send private message  
 
 Post subject: Re: Displaying Pictures
PostPosted: Fri Apr 24, 2009 2:55 pm 
Offline

Joined: Sun Feb 17, 2008 3:51 pm
Posts: 256
Hi and welcome to the forum! :)

"Display the figure of..." is a phrase like "if... then", or "say 'blah...'"; it is not a complete statement in and of itself. You need to give inform some context as to when you want the phrase to apply, as in:
Code:
When play begins:
   display the Figure of the Woodlands.

After looking in the Spooky Forest:
   display the Figure of the Scary Tree, one time only.

After examining the pocketwatch:
   display the figure of the pocketwatch;
   continue the action.
Note that you might want to use "continue the action" when using "after" rules, since by default, they end the action before any report rules fire. It usually doesn't matter in the case of "examining" or "looking" since there aren't any "report" rules by default, but it's something to be aware of for the other actions.

_________________
Skinny Mike


Top
 Profile Send private message  
 
 Post subject: Re: Displaying Pictures
PostPosted: Sat Apr 25, 2009 7:16 am 
Offline

Joined: Thu Apr 23, 2009 1:07 am
Posts: 2
Many thanks for your help. :)


Top
 Profile Send private message  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC - 6 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group