Hi, I am writing this because one day I made an RPG and it was fun to make,
but I wanted a camera system. There were none that I could find, so I tried
myself, and it worked. So then I decided that people should get a chance for
this, so I made this tutorial along with a sample game to show you what it's
like.
STEP 1:
OK, this is pretty easy. All you have to do is make a few items for this step. Make these: Camera, Film, Negatives, Picture, and Album. Make Camera, Picture, and Album switches. Make them switch on switches named exactly the same thing(that's what I did, we'll use that for this example).(Make the switches Limitless, the others whatever, just make sure they're Common Goods)
STEP 2:
Now go to Common Events, and make three: Camera, Film, Album. Click Camera, and make it a Parallel Process. Make it start with the switch Camera. Now make a Fork Conditon(with an ELSE case) for Item:Film:Has it. Well, I don't want to do alot of typing, so this is what should be in the events box when your done:
<>FORK Optn:Film Item got
<>Play SE:Clock (NOTE:You don't have to, I just put it in)
<>Add/Remove Item:Film-> 1 Decr.
<>Messg:You took a picture.
<>Add/Remove Item:Negatives-> 1 Incr.
<>Messg:(NOTE:Here, put something telling them to take it to
whereever you develop photos)
<>
:ELSE Case
<>Messg:No film.
<>
:End Case
<>Change Switch : [0000:Camera]-OFF Set
STEP 3:
Click Picture, make it a PP, and event condit. Picture.
Then:
<>Messg:Put in your Album?
<>FORK Optn:Album Item got
<>Show Choice:Yes/No
:[Yes] Case
<>Add/Remove Item:Picture->1 Decr.
<>Messg:It's in your Album!
<>
:[No] Case
<>Messg:OK, but don't forget to put it there!
<>
:End Case
:ELSE Case
<>Messg:You don't have an Album!
<>
:End Case
<>Change Switch : [0000:Picture]-OFF Set
STEP 4:
Click Album, make it a PP, and choose switch Album.
<>Messg:Look at your album?
<>Show Choice:Yes/No
:[Yes] Case
<>The pics look great!
<>
:[No] Case
<>Messg:OK
<>
:End Case
<>
:End Case
<>Change Switch : [0000:Album]-OFF Set
<>
Well, that's about it for this tutorial, hope you're satisfied with what you
did! (FYI:(even tho most dont care)This is my first FAQ)
Well, you can e-mail me at gundamwing@intergrafix.net with any
Q's. I will definitly give you answers.
COPYRIGHT 2001 @ Austin W. (Jak the Monkey) All Rights Reserved
Thank you for downloading this Tutorial!