Get your Sandwich right here!

Posted by HeroofTime55 on March 25, 2008, 7:18 p.m.

lolz.

Anyway, while I was wandering around, I found this hidden page on the Gamemaker site: http://www.gamemaker.nl/old.html

You won't find a link to it on the front page, but it's good to know it's still there for any newfags who want to download, say, GM6, so their games aren't overly large. I still refuse to download 7 until they make it compiled code. It's been like a year and this YoYoGames group hasn't done jack shit with GM. It's almost like they're just in it for the money, whodathunk. Either they come out with some amazing shit, or I hold on to my GM6.

Went to Wal-Mart with DesertFox about a week ago, and picked up brawl. It's consumed much of my life for the past week. Unlocking all the characters was relatively painless. Also, Meta Knight owns.

Anyway, I'm supposed to be doing java right now. Inheritance, superclasses, extending classes, crap like that. Fun. It's due in less than 4 hours, so I'm off.

Comments

HeroofTime55 16 years, 8 months ago

wuts enigma?

I've been living in a cave for the past year apparently…

Cpsgames 16 years, 8 months ago

Yes you have

HeroofTime55 16 years, 8 months ago

This is some of the code I'm being forced against my will to write.

/*
 * Flyer.java
 *
 * Version:
 *     $Id$
 *
 * Revisions:
 *     $Log$
 */

/*
 * Public class is public.
 *
 * @author     HeroofTime55
 */

public interface Flyer
{
	/*
 	 * Zapdos flew way up high.
	 * Dugtrio used EARTHQUAKE!
	 * Dugtrio's attack missed!
	 * Zapdos used FLY!
	 * It's super effective!
	 * Enemy Dugtrio fainted!
	 * Zapdos gained 435 exp!
	 * Zapdos grew to level 52!
	 */
	
	void fly();
}

Nighthawk 16 years, 8 months ago

Where are the sandwiches? I demand my own sandwich!

HeroofTime55 16 years, 8 months ago

Person nightHawk = new Person("Nighthawk17");

Thing food = new Thing("sandwich");

nightHawk.eat(food);

ludamad 16 years, 8 months ago

Notice that the downloads page does not have a link for GM6.

HeroofTime55 16 years, 7 months ago

it does, at the bottom ;)