Change
Code: ags
to:
Code: ags
if (myDoor == 1)
to:
else if (myDoor == 1)
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 Menu
if (myDoor == 1)
else if (myDoor == 1)
function cSomebody_Talk()
{
dialog[0].Start();
}
Quote from: Dualnames on Mon 02/06/2008 20:22:09
The Hitchhiker's Guide To The Galaxy:
It's a wholly remarkable book.Probably the most popular and certainly the most succesful ever to come out the publishing houses of Ursa Minor.
...
function repeatedly_execute_always()
{
// Do whatever
}
...
Quote from: Nacho on Sun 01/06/2008 17:03:01FoY has been in the works for eight years! How much longer must we endure your crying "wolf"? (read: give us the fucking game!)
I am that poor. And as I am the creator of one of the most expected AGS games ever, FoY, I think it should begreatlogical that any member could send 20 or 30 € to me.
Quote from: LimpingFish on Thu 29/05/2008 21:36:43
Everything from Dragonslayer to Biggles, by way of Flash Gordon and Krull!
earnedpoints = earnedpoints + (playerscore-cpuscore);
epoints.Text = String.Format("%d",earnedpoints);
int myRandomNumber = Random(2) + 1;
String myGuess = Game.InputBox("Guess a Number Between 1 and 3:");
if (myRandomNumber == myGuess.AsInt)
{
// Do something
}
else
{
// Do something else
}
if (object[0].Frame == 4) object[0].StopAnimating();
object[0].SetView(7, 0, 5);
object[0].Animate(0, 5, eRepeat, eNoBlock, eForwards);
Quote from: Radiant on Mon 26/05/2008 22:08:22
Yeah, you're the second one to have missed the point of what I wrote. Congrats.Quote from: skuttleman on Sun 25/05/2008 16:48:17
Well, Indiana was named after a dog.... "Mutt" must be.... a cat of some king?
Quote from: evenwolf on Mon 26/05/2008 09:55:06
We need to transition to "holihours" because we don't have enough days in the year to remember all this shit!
Quote from: ildu on Sun 25/05/2008 19:03:07I'm pretty sure the original script included a forbidden love affair between one of the gophers and one of the monkeys. Kind of a Romeo and Juliet homage. Then they decided to add in all that "Indiana Jones" noise, and the script went a different direction. Who knows what might have been... :'(
2. CGI. I defy anyone to explain to me why exactly we needed to see those badly-made gophers and monkeys in this film.
Quote from: ildu on Sun 25/05/2008 19:03:07I didn't like being held by the hand, either, but I think you're mistaken about the "most of us aren't idiots" part. Most people are.
4. Too many explanations, especially with the McGuffin. Most of us aren't idiots, so we don't need to be led by hand the whole time.
Quote from: Radiant on Sun 25/05/2008 18:00:02
I got that joke, but found it a bit too far-fetched and really not funny. My point is, can you imagine film posters all across down reading "Mutt Williams and the Shrine of Disaster"? Me neither
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.071 seconds with 19 queries.