lfs.nl: my favourite ten – no eleven! presents

There you go! Not in any order, just starting at the beginning and seeing where i end up. I will focus on gif animations and flash presents. The gif animations i will actually show here too. The interactive flash animations i will show a screenshot of and link to.

Onlinedance
1 September 1999
A dancing gif animation in a starry night.

ruisdansmeisjeruisdansmeisjeruisdansmeisjeruisdansmeisjeruisdansmeisje

likewise
22 March 2000
A javascript rollover image

I did try to copy the code, but it didn’t go so well. So i show a screenshot here. Sorry guys and galls.

screenshot-likewise

Dream
21 April 2000
If someone forced me to pick my ultimate favourite one, this could be it. For the people watching this site on a smartphone or tablet. Too bad! Screenshots for you.

screenshot-dream1

screenshot-dream2

screenshot-dream3

screenshot-dream4

?
18 May 2000
Writing something?

i-think

My favourite number is 4!
9 August 2001
Nine different options in this flash file. They do change while you move the cursor inside the file.

number4a

number4b

number4c

number4d

Timesharing
12 March 2002
I don’t think i ever had these two points meet each other. And now, while i open the page and watch it, it does happen! There is a variation in the speed and andgle of reflection. And of course the starting point.

timesharing1

timesharing2

timesharing3

timesharing4

timesharing5

prototyped heart
21 April 2003


//a complicated way of doing a heart, by trial and error
//prototyped this time, and adjustable in width, even negative width works, to my surprise

//b = width
//lw = linewidth
//hc = line- and fillcolor
//ha = transparency

MovieClip.prototype.drawHeart = function(b,lw,hc,ha){
this.lineStyle(lw,hc,ha);
this.beginFill(hc, ha);
this.moveTo(0,0);
this.curveTo(b*0.23 , -b*0.26 , b*0.4 , -b*0.1);
this.curveTo(b*0.57 , b*0.07 , b*0.4 , b*0.3);
this.lineTo(0 , b*0.82);
this.lineTo( -b*0.4 , b*0.3);
this.curveTo(-b*0.57 , b*0.07 , -b*0.4 , -b*0.1);
this.curveTo(-b*0.23 , -b*0.26 ,0, 0);
this.endFill();
}

_root.createEmptyMovieClip('mc', 2);
mc._x = 300;
mc._y = 100;
mc.drawHeart(300,0,0xFF0000,100);

prototypedheart

writing
22 May 2003
Random meaningless poetry

writing1

writing2

writing3

writing4

This time
19 January 2005
🙂 🙂 🙂 🙂 😀 😀 😀 😀 😀

schoolschrift

Dress me up
8 February 2005
Love love this one. Yay!

dressmeup1

dressmeup2

dressmeup3

dressmeup4

dressmeup5

The Answer
22 February 2005
OK OK i got ten.. well, there is one other one. So i’ll change the title of this post! The one music clip i made. It is for a demo of Bloc Party, The Answer. I made this in one evening. 😀

Making this post has made me very very happy. I sang along with whats her name.. Idina Menzel’s Let it go. That went well! I danced a little. I also cried. Pfff. Well, listening to Bloc Party’s The Answer made me smile smile smile. Gotta wind down a bit. I’ll drink the one cidre i have and then go to bed. Or.. just check whats on tv. Maybe a nice movie. I’ll see!

Bye bye 🙂

Published on July 21, 2015 at 6:00 by

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.