besides

Saturday, March 29, 2003

Usually i take weekends of, but i just felt like making something. Could have saved it till monday, but i thought 'oh, just put it up'. Like this one too much to keep it for myself.

Posted 02:09 PM CET [Link]

Friday, March 28, 2003

There might be a more efficient way, but its working, finally. You could simply copy the next lines of code and paste them in the first frame of a completely empty movie and it should work.

for(i=30;i<370;i=i+3){

_root.createEmptyMovieClip("mc"+i, i);
mc=_root["mc"+i];
mc.moveTo(30, i);
mc.lineStyle(0, 0x000000);
mc.curveTo(i, i, 370, i);

	mc.ty=i;
mc.k=2;
mc.damp=.92;
mc.x1=30;
mc.x2=370;
mc.vy = 0;


mc.onRollOver = function(){
this.newy = this.ty - 20;
this.onEnterFrame = function(){
this.ay = (this.ty-this.newy)*this.k;
this.vy += this.ay;
this.vy *= this.damp;
this.newy += this.vy;
this.clear();
this.moveTo(this.x1,this.ty);
this.lineStyle(0, 0x000000);
this.curveTo(_xmouse, this.newy, this.x2, this.ty);
}
}
}

Posted 08:39 PM CET [Link]

Thursday, March 27, 2003

Basic stuff, the things i made two years ago were much prettier... Much more a coding exercise, this one. Learning new ways to do things.

Can't believe that was two years ago, i had to doublecheck..

Posted 02:47 PM CET [Link]

Wednesday, March 26, 2003

Same engine as last one. Getting the hang of drawing API in flash, finally, its eluded me for quite some time. Fun, fun, fun.

Posted 10:33 PM CET [Link]

Tuesday, March 25, 2003

Parts OOP. First time, i bought Robert Penner's book, Programming Flash MX. Been reading it avidly, but haven't made anything with it. This ofcourse is very basic, and there are some parts i don't get, yet.

Initial plan for this evening was doing some maintenance, updating q&a. This was much more fun. Really.

Posted 11:12 PM CET [Link]

Friday, March 21, 2003

Hope the movie works. I managed to get it quite small. Still having trouble getting the sound. Its in the original mpg file, but it gets lost when i save it as a quicktime movie. Tried embedding the mpg file itself, but it froze explorer.

Anyways, this was me watching tv. Signing of now.

Posted 01:04 AM CET [Link]

Tuesday, March 18, 2003

Playing around with the interface a bit. The last couple of months i thought about changing it. I'm in big need of some kind of cms ofcourse. But thats gonna take some time.

The flash thing is really simple, i know. Its just that yesterday, after the movie, Lilya 4-ever, we talked about Qix, an old arcade game. I boldly said that it shouldn't be so difficult to make it in Flash. Eating my words now, this is as far as i got. Still fun to make though, making me think of all the things i have to programm to actually make it. We'll see...

Its way too late now, i'll have a nightcap and go to sleep. Beddy bye bye!

Posted 11:16 PM CET [Link]

Monday, March 17, 2003

Not to be taken literally. Simply a picture i happened to take. First photoshoot in months, i confess. Had to recharge my camera.

And yeah, maybe, perhaps, you never know, i might be back with presents. I dunno. Maybe i've saturated myself by now with watching buffy over and over - all 5 dvd seasons, 100 episodes, 75 hours - and thats without the featurettes. Big fan. Huge fan. I could do trivia quizzes. In fact, i did. Luckily there are more people out there who will sadly miss it, once the last episodes is shown in May this year in the states.
That link was just a quick example through whedonesque. I should make a list... Gotta run now, the sneak movie is waiting!

Posted 09:45 PM CET [Link]

 
[Archives]
Search entries:

Powered By Greymatter