weekly #3

is here: weekly3

I need to figure out how to get the SWF to load the level from the proper directory as a feather so I can just post these things rather that mucking around like this.

This weekly is probably going to end up being 2 weeks, as we want to spend a little more time fleshing it out. Also, I need to post weekly #2… I forgot about that one.

demon - weekly game comp. 1

it’s buggy as hell, and pretty incomplete, but here’s the results of our first “make a game in a week” competition. Just learning the ropes of Game Maker, & I was sick for part of it, so all things considered I’d say it went well. demon

I hate Flash

/Users/greay/projs/PROTOTYPES/branches/20090214-reproduction_branch_3D/Part.as(165): col: 34 Error: Type was not found or was not a compile-time constant: TriangleMesh3D.

		public function createMesh() : TriangleMesh3D {
		                               ^

after much ripping out of hair, I saw what I’d done… Something I keep doing because I’m not used to the idiosyncrasies of Actionscript.

Instead of writing public var model : TriangleMesh3D; I’d written public var TriangleMesh3D : model. And so instead of a useful error or warning, the compiler gave me this shit.