Life....

Posted by DevonX on Feb. 9, 2007, 9:55 p.m.

<B>School</B>

Has been ok other than the fact that I was removed from AP Math. Failing in that is an 85 and I had a 79. So I am in normal 8th grade math now, even though I learned everything from that class already.

Science is kinda cool, we've been doing real basic phyysics stuff like friction, gravity, all that junk. idk, even though its basic its still fun.

Goddam, I still hate English, i swear I'm going to rip my english teachers head off, she is a fucking moron, nobody thinks she is qualified for her job, and noone that has that power to fire her gives a fuck.

Social Studies, i don't even remember whats going on in there…..

Latin, lol, 'tues asinum sultisimus.' Been going good, our latin teacher is a complete dits so she has no idea whats going on…. so it pretty much free 100's averaged into your GPA.

<B>GameMaker</B>

I made this cool little program where you can type some code and define the event in a .txt file, then load it through my ap and actually play it. Its pretty cool. Example .txt:

//Create
x = room_width / 2;
y = room_height / 2;
//

//Step
x += (mouse_x - x) / 4;
y += (mouse_y - y) / 4;
//

//Draw
draw_set_color(c_blue);
draw_circle(x , y , 16 , false);
draw_set_color(c_black);
draw_circle(x , y, , 16 , true);
//

So you can probably figure out what that does, but yeah, its fun to mess with. It feels like you pretty much just learned GML all over again when using this.

<B>Flip Man</B>

Haven't touched it much, I need some voices telling me to keep working on it otherwise I just completely forget about it. It's a mad fun game though, I just need some motivation.

<B>Random Shit</B>

-I just whipped out an apple in Tech yesterday, don't know how the hell it got in my pocket.

-I found a fucking Racoon on my porch this morning.

-I almost forgot my pants today…. that could of messed up my entire day.

<B>GameMaker2</B>

I've gotten pretty good at using .txt files for storing and recalling data. It's fun to mess with new ways of doing it. I've also started to really understand how to create DLL's in C++. It's frustrating sometimes cuz i forget one little letter and it throws it all of, C++ doesn't have that handy little check for syntax errors button like GM. I wish it did though.

<B>Blogs</B>

Holy Shit, this is probably the longest blog I have ever written…

Comments

OBELISK 17 years, 9 months ago

Stupid worm.

NO!

YOU CAN NOT LICK ME!

Cesar 17 years, 9 months ago

I've written much, much longer…

DevonX 17 years, 9 months ago

Probably, but i don't usually write much, thats why I'm surprised to see that I wrote this much.

Graydon 17 years, 9 months ago

My blogs are usually long, or at least some of them.

Arcalyth 17 years, 9 months ago

Go look at ludamad or FSX's blogs.

Crane-ium 17 years, 9 months ago

Yeah…true 'dat

DevonX 17 years, 9 months ago

FSX doesn't really have long blogs… he's had the same ones sitting there for a while. Luda definitly has a massive fricken wall of text.