Width =1200; // ange bredden på sidan som ska snöas in... Height =7000; // ange höjden på sidan som ska snöas in... Count =50; // antal snöflingor OBS! ange inte för stort antal! MaxStep=3; // max steg i rörelsen MinStep=1; // min steg i rörelsen MaxFlake=10; // max storlek på snöflinga MinFlake=4; // min storlek på snöflinga PosX = new Array(); PosY = new Array(); StepX = new Array(); StepY = new Array(); StarSize=new Array(); for (i = 0; i < Count; i++) { PosX[i] = Math.random()*Width; PosY[i] = Math.random()*Height; StepX[i] =MinStep+Math.random()* -MaxStep; StepY[i] =MinStep+Math.random()* MaxStep; StarSize[i]=MinFlake+Math.random() * MaxFlake; document.write(""); } function animate() { for (i = 0; i < Count; i++) { PosY[i] += StepY[i]; PosX[i] += StepX[i]; document.getElementById("Obj"+i).style.visibility = "visible"; if (PosY[i] > Width || PosX[i] > Height || PosX[i]<0) { // starta om från toppen av sidan när mitten nås PosX[i] = Math.random()*Width; ///2 PosY[i] = -20; StepX[i] = MinStep+Math.random()* -MaxStep; StepY[i] = MinStep+Math.random()* MaxStep; } document.getElementById("Obj"+i).style.top = PosY[i] + "px"; document.getElementById("Obj"+i).style.left = PosX[i] + "px"; } setTimeout("animate()", 50);// hastighet } setTimeout("animate()", 1000);

the sun shines when I see a smile on your face

Solen lyser lite lagomt idag men ändå mer än 15+, helt underbart. Dock är det för blåsigt för att lägga sig och sola men jag ska försöka hitta någon plats jag kan vara.

Var ute och fotade lite idag och plaskade över ängen med stövlar. Det är så galet mycket vatten att man nästan måste simma ut från huset haha! Vårvattnet är överallt, vi är typ omringade av vatten. Jag gick ner till forsen och skulle ta lite kort, ställde mig på ett litet sten/träd ställe eller hur man nu ska säga just bredvid och jag vart huuuur yr som helst, vattnet gick fort som fasen och jag trodde att jag skulle trilla i där ett tag men jag klarade mig;)


You're the light at the end of the tunnel the break of the day
After the darkest night chasing all the evil away
You're my flowers and sunshine cherries and red wine
Diamonds they can't find shining through hard times
You're the angel on Earth the proof there's a God
The reason to keep on going you're my light in the dark
The first star in the sky and the last to leave
And when I'm travelin' through the night I feel your light on me


Kommentarer

Kommentera inlägget här:

Namn:
Kom ihåg mig?

E-postadress: (publiceras ej)

URL/Bloggadress:

Kommentar:

Trackback
RSS 2.0