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 MenuQuote from: Ilyich on Wed 17/11/2010 14:28:25
This also makes me think of some sort of contest for best modification of the existing background.
function hDoor1_Look() { <-- if (vDoor1Look == 0) { Display("You see a door.") ; } if (vDoor1Look == 1) { Display("On closer inspection you see a small keyhole on the large and omnouse door.") ; } if (vDoor1Look == 2) { Display("You try to open the door only to find that it is locked.") ; } if (vDoor1Look == 3) { Display("There is nothing left of interest") ; } if (vDoor1Look <3) { vDoor1Look += 1 ; } } <--
function hDoor1_Look()
{
if (vDoor1Look == 0) Display("You see a door.") ;
if (vDoor1Look == 1) Display("On closer inspection you see a small keyhole on the large and omnouse door.");
if (vDoor1Look == 2) Display("You try to open the door only to find that it is locked.");
if (vDoor1Look == 3) Display("There is nothing left of interest");
if (vDoor1Look <3) vDoor1Look += 1;
}
cZombie.Walk(500, 50, eNoBlock);
ZombieAni = true;
if (!cZombie.Moving && ZombieAni){
ZombieAni = false;
cZombie.Animate(3, 1);
}
Quote from: mode7 on Fri 12/11/2010 18:12:45
I don't know about ocean spirit dennis and I don't know iceys previous games
Quote from: cianty on Fri 12/11/2010 17:12:58Quote from: cat on Fri 12/11/2010 16:00:24
I also use Avira Antivir, but from the first posts in this thread I couldn't imagine what AVG is (I thought it was some AGS Plugin or similar)
Me too...
if (Hotspot.GetAtScreenXY(player.x, player.y) == hHotspot1) oObject.tint();
else if (Hotspot.GetAtScreenXY(player.x, player.y) == hHotspot2) oObject.tint();
else if (Hotspot.GetAtScreenXY(player.x, player.y) == hHotspot3) oObject.tint();
...
else oObject.RemoveTint;
Quote from: Harg on Sun 07/11/2010 22:18:25Quote from: Khris on Sun 07/11/2010 22:05:05
If a game looks interesting to me, a one cup rating won't keep me from trying it.
Then what is the point of the cups?
Quote from: Mad on Sun 07/11/2010 12:43:59Quote from: ChickyIn the works... and thanks a lot
Mad, please make a game in that style! Lots of love - Chicky..
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.447 seconds with 16 queries.