agidev.com
 Home | Intro | News | Games | Community | NAGI |  Articles  | Download | Links

Articles

Tutorial 1

How to Create Your Own AGI Adventure Game

For this tutorial you will need AGI Studio and Picedit both available at http://agisci.cjb.net


Page: 1 2 [ 3 ] 4 5 6 7 8 9

Step 3: Editing the Introduction Screen Code

Now you will edit the code for the introduction screen. At the top of the window labeled Rescources you will see a dropdown Listbox this is automatically set to View click the down arrow at the side and select Logic from the list that appears.

Then select LOGIC.001 and Double-Click.

Looking at the logic you should see a line that says:

display(10,1," Intro/Opening screen");

Change this so it reads:

display(10,1," Welcome to Bill's Quest");

Then press the F10 key on your keyboard Then the logic will compile and your game will run.

Page: 1 2 [ 3 ] 4 5 6 7 8 9