Thursday, December 27, 2007

Horos

I'm sure you've all been wondering whats been happening in my meaningless existence for the past few weeks. Well here you go. I've been developing a speech impediment, spending a shit load of money, drinking too much, ignoring projects I need to be working on, driving, ignoring tension, and trying to figure out why this

function createThmbs(type) {
if (gallery[z].classification == type && z  var thmb:MovieClip = _root.attachMovie("thmb", "thmb"+z, z);
var myMCL = new MovieClipLoader();
myMCL.onLoadInit = function(image_mc) {
if (image_mc._width scalefactor = thmbsize/image_mc._width;
} else {
scalefactor = thmbsize/image_mc._height;
}
image_mc._width = image_mc._width*scalefactor;
image_mc._height = image_mc._height*scalefactor;
image_mc._x += (thmbsize-image_mc._width)*.5;
image_mc._y += (thmbsize-image_mc._height)*.5;
z += 1;
createThmbs(type);
trace("thmb"+z+" created");
};
myMCL.onLoadProgress = function(image_mc, loadedBytes, totalBytes) {
var percent:Number = loadedBytes/totalBytes*100;
thmb.loader._xscale = percent/7;
if (percent == 100) {
unloadMovie(thmb.loader);
}
};
var imgfile:String = gallery[z].imgfile;
myMCL.loadClip("images/"+imgfile, thmb.imgholder);
thmb._x = newx;
thmb._y = newy;
if (thmb._x newx += thmbsize+thmbpadding;
} else {
newx = workbtn._x;
newy += thmbsize+thmbpadding;
}
} else if (z z += 1;
unloadMovie("thmb"+z);
createThmbs(type);
trace("different type");
} else {
newx = workbtn._x;
newy = workbtn._y+workbtn._height+thmbpadding;
z = 0;
trace("z("+z+") > "+gallery.length);
}
}

returns this



different type
thmb2 created
thmb3 created
z(0) > 6
different type
different type
thmb0 created


when type = "illustration"

any programmers out there should fix this for me. or teach me to write code. because this is retarded. Chris is coming to Bozeman tonight. More on that later.

Tuesday, December 25, 2007

iPod blog

happy consuming freinds. I hope your family gatherings are tension free. I might have a heart attack.

Thursday, December 20, 2007

Morning

It's morning, and it feels good. I skated the Helena park today at 9:00 and it was really fun. I learned no-comply frontside pop shusvs. Now I have to go to work. We might skate the "training facility" later. who knows. I can see a storm coming over the hill. Literally.

-Dan

Tuesday, December 18, 2007

a threadless submission.

Don\\\'t beat yourself up - Threadless, Best T-shirts Ever

Thursday, December 13, 2007

Just for fun

So I should be studying for my final right now, but I'm not! Damn! Instead I'm using this picture as a reference for a doodle! Shit!

hot-linking is the new uploading!

Sunday, December 9, 2007

here you go fletcher

Friday, December 7, 2007

Marathon

The marathon has ended for a couple of days. I stayed awake so long that I started to stink. Does that happen to anybody else? Do you start to smell like a garbage can with old spaghetti in it? Here's a thing I made for my art history class. I'm going to get an F on it because I disregarded the assignment criteria.