"YOUR PC MAY HAVE A PROBLEM!!!!!1!!!"
Therefore you must pay us money to fix it.
Old trick, don't fall for it.
Therefore you must pay us money to fix it.
Old trick, don't fall for it.
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: notwithabang on Sun 09/09/2007 17:31:57
Alright, a review of "A Tale of Two Kingdoms" is up.
Quote from: Stupot on Fri 07/09/2007 12:27:30
I'm having trouble with end boss.
Quote from: Pumaman on Mon 03/09/2007 22:28:14
I like the idea of the help being inside the main window, but I'm not sure how difficult it would be to implement.
Quote from: TheJBurger on Wed 05/09/2007 23:02:08
"Sky Flower" comes included with "A Strange Dream."
Quote from: voh on Wed 05/09/2007 14:33:17
(save for that one where when you go left you enter the same room from the right, whatever it was called, that one was fun)
Quote from: voh on Wed 05/09/2007 14:39:20
I seem to be stuck..
int counter, hit;
function repeatedly_execute () {
counter ++;
if (counter < 100) {
if (IsKeyPressed (99)) Display ("Too early!"); // die
} else if (counter < 150) {
if (IsKeyPressed (99)) {
Display ("Whack!");
hit = 1;
}
} else if (hit == 0) {
Display ("Too late!"); // die
}
}
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.570 seconds with 16 queries.