In the topic "...read this first..."" in the beginners technical questions forum, under the section Informational Resources. The link to Item #2 Getting Started with AGS by Pumaman is broken
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menufunction region1_WalksOnto()
{
int Flash;
Flash = 1;
if (Flash > 0)
{Wait(40); //waits 1 second
oWindowFlash.Visible = true;//turns on flash
Wait(5); //waits(keeps flash on for 1/8th of a second
oWindowFlash.Visible = false;}//turns flash off
{Flash --; //subtracts 1 from variable Flash
}
}
// room script file
function hUmbrella_Look()
{
int cID;
cID == Character.ID;
If cID ="1";
then Display("It's an Umbrella,It has a tag on the handle.");
Else Display("It's your Umbrella,It says so right there on the tag.);
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.035 seconds with 13 queries.