Pictures & Sounds

Merrie
13 Dec 2005, 00:37
Would someone kindly give me an example of how to add a picture to a story. Its a .jpg. I have figured out that you use Script - Function - Picture & Sound - Show a Picture.

In the image location, I have moved the pictures into an image file inside the game folder. So how would you write the location path? /images/picture name.jpg? Or do you need to reference the complete path?

Also how is it accessed, is it a object that you create? Is it a menu option or part of the room script?

Thank you ahead of time.

paul_one
13 Dec 2005, 11:41
If the image is in the same directory/folder as the game file, then just the name should be OK.

Else use ./ (dot-slash) to mean that's where your game is - then anything after that is sub-folders.
That should work.