Bienvenue sur JeuxOnLine - MMO, MMORPG et MOBA !
Les sites de JeuxOnLine...
 

Panneau de contrôle

Recherche | Retour aux forums

JOL Archives

Il neige sur ce post!

Par KrayRavendas le 26/1/2002 à 15:05:54 (#791031)



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://www.editeurjavascript.com/scripts/images/flocon.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}


C'est beau la neige tout de même :)

Dommage que y'en ai pas autant dehors.. :rolleyes:

Par Wakan TMP Glh le 26/1/2002 à 15:06:40 (#791039)

:p

Par Swax le 26/1/2002 à 15:07:28 (#791042)

Il neige bleu ? :confus: :chut:

Par Ceb le 26/1/2002 à 15:07:43 (#791043)

Waaaahhhh !

Même quand on répond :p

Par Krayamp;Ravendas le 26/1/2002 à 15:08:18 (#791047)

Evidemment, puisque le bleu c'est ma couleur... :ange:

Par Swax le 26/1/2002 à 15:10:29 (#791067)

Provient du message de Kray&Ravendas
Evidemment, puisque le bleu c'est ma couleur... :ange:


Oui mais pas la couleur de la neige, niark niark ! ;) :bouffon:

Par Krayamp;Ravendas le 26/1/2002 à 15:11:21 (#791072)

Provient du message de Swax
Oui mais pas la couleur de la neige, niark niark ! ;) :bouffon:
Beuh, elle est très belle ma neige :(

Par Caolie le 26/1/2002 à 15:12:34 (#791082)

Lol Kray ;)

*touche un flocon* Oh, il n'est pas froid ohhhhhhhhhhhh

:doute:

:chut:

Par Swax le 26/1/2002 à 15:13:29 (#791085)

Provient du message de Kray&Ravendas
Beuh, elle est très belle ma neige :(


Rho mais oui elle est belle ! :cool:

Re: Il neige sur ce post!

Par Vint Thean le 26/1/2002 à 15:15:16 (#791098)

Ouééé y Neigeuhh



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://www.editeurjavascript.com/scripts/images/flocon.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}


Re: Il neige sur ce post!

Par Tascalus le 26/1/2002 à 15:15:35 (#791102)

[edite ses betises]

il neige que sur ton post :(

PS: desolé.... :ange:

Par Krayamp;Ravendas le 26/1/2002 à 15:16:09 (#791106)

Provient du message de Swax
Rho mais oui elle est belle ! :cool:
Dit, ca ressemble à un chat là... Vilain modo!

J'en revient donc au sujet initial (en fait j'en ai même oublié de poser la question) : Comme vous le voyez, sur cette page, les flocon disparaissent après une hauteur d'écran, et quand on défile vers le bas, les flocons sont plus là!! Z'auriez pas une solution à c'problème? :help:

Par Ceb le 26/1/2002 à 15:16:21 (#791107)

Oui pas sur les notres :(

Même pas sur celui de Vint :rolleyes: :doute: :eek:

Par Wakan TMP Glh le 26/1/2002 à 15:16:42 (#791109)

arf maintenant ca plante ton code chez moi :(

Par Krayamp;Ravendas le 26/1/2002 à 15:18:00 (#791123)

Provient du message de Wakan TMP Glh
arf maintenant ca plante ton code chez moi :(
Normal, Tascalus l'a cité... Grrr édite! :p

Par Ceb le 26/1/2002 à 15:19:34 (#791129)

C'est de la neige scotchée

test



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://www.editeurjavascript.com/scripts/images/flocon.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}



Par Vint Thean le 26/1/2002 à 15:20:51 (#791141)

Scother avec de la glue

Par Ceb le 26/1/2002 à 15:21:03 (#791143)

Ouééé ! J'ai fais de la neige sur MON post :p

Par Krayamp;Ravendas le 26/1/2002 à 15:22:17 (#791155)

*Scotch la neige de Ceb* Mouhahaha

Mais... Personne à la solution alors? :confus:

Par Caolie le 26/1/2002 à 15:22:33 (#791158)

Non j'essaie de mettre un code mais ça marche pas et c pas un code de neige

Par Vint Thean le 26/1/2002 à 15:22:33 (#791159)

J'arrive pas a fait de la neige sur MON Post :(

Par Ceb le 26/1/2002 à 15:22:47 (#791161)

enf**** Vint :D

Apparement la page ne supporte qu'une fois le code... donc efface

Par Vint Thean le 26/1/2002 à 15:23:26 (#791171)

Provient du message de Caolie

<!--
var rand = ((Math.round(Math.random() * 1000) % 3) + 1);
var image = "../images/bkg1.jpg";
image = "../images/bkg" + rand + ".jpg";
var bdytag = ";

function openwin(page) {
winEventDetail = window.open(page, 'ScreenShots', 'toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=520,height=410');

if (winEventDetail.focus) {
winEventDetail.focus();
}
}
//-->


Caolie elle flood !!

(sans marche pas Cao ;))

AAAHHHHHHHH

Par Ceb le 26/1/2002 à 15:23:35 (#791173)

Bande de Sir Elber tout Caolie :(

Rendez moi ma neigeeeeee :sanglote: :sanglote: :sanglote:

Pis ouvre ICQ [Kray]

Par Vint Thean le 26/1/2002 à 15:24:04 (#791179)

Provient du message de Ceb
enf**** Vint :D

Apparement la page ne supporte qu'une fois le code... donc efface


oki

Par Vint Thean le 26/1/2002 à 15:25:29 (#791185)

C a Cause de Krayons quel est figé

Par Caolie le 26/1/2002 à 15:25:42 (#791187)

C pas moi qui bloque votre neige car j'essaie de mettre un autre code... mais il marche po, donc je never mind this code.

Par Ceb le 26/1/2002 à 15:26:24 (#791190)

Ouééé ma neyge !

:p
Ouvre ICQ Kray !!!

Par Vint Thean le 26/1/2002 à 15:26:44 (#791193)

Voila Kray a enlever son Cité et elle bougeuh :)

Rhooooooooooooooo

Par Este Ban le 26/1/2002 à 15:27:31 (#791200)

Comme c'est jouli !!!


Bravooooooooooooooooooooooo


Encore de la neige !!

J'en avais jamais vu !!!

Waaaahouuuuuuuuuuuuu

:eek: :eek: :eek:

Par Tascalus le 26/1/2002 à 15:42:36 (#791318)

*essaie de mettre un autre type de neige*










<!-- Begin
var no = 8; // snow number
var speed = 9; // smaller number moves the snow faster
var snowflake = "http://vprog.multimania.com/avatar.gif";

var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;
var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;
if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();
for (i = 0; i < no; ++ i) {
dx = 0; // set coordinate variables
xp = Math.random()*(doc_width-50); // set position variables
yp = Math.random()*doc_height;
am = Math.random()*20; // set amplitude variables
stx = 0.02 + Math.random()/10; // set step variables
sty = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
}
}
function snowNS() { // Netscape main animation function
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", speed);
}
function snowIE() { // IE main animation function
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", speed);
}
if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}
// End -->





Rolala je sens que je vais encore faire une betise :ange:

[édite: pffff... ca marche sur mon disk dur mais ca marche meme pas ici....]

Par Ceb le 26/1/2002 à 15:50:32 (#791372)



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://www.editeurjavascript.com/scripts/images/flocon.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 1200;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}


Par Tascalus le 26/1/2002 à 15:54:17 (#791399)

Provient du message de Kray&Ravendas
Normal, Tascalus l'a cité... Grrr édite! :p


J'ai édité, mais la neige est tjrs "scotchée" car vint thean aussi l'as cité...

Alors Vint Thean, stp, edite! :p

(dommage que ca marche pas sur la 1ere quand meme... vint stp...)

Par Rochel Anor le 26/1/2002 à 16:06:18 (#791497)

C est zoliiiiiiiiiiiiiiii
*Met ses skis et part tous Schuss*

Par M-V Anovel le 26/1/2002 à 16:35:33 (#791770)


var i, doc_width = 800, doc_height = 600;


Pour ça :D.



juste un pitit test comm eça :rolleyes:














Par Rodo le 26/1/2002 à 17:23:30 (#792226)

:)

Par Tamerdo Brown le 26/1/2002 à 18:41:52 (#792909)

LOL

Par Ceb le 26/1/2002 à 20:05:58 (#793667)

Mé qu'est-ce qu'y fé ?

Y'a rien de changer là.. :doute:

Par razel GN le 26/1/2002 à 21:39:26 (#794465)

tu pourais me dire ou trouver un guide pour les nuls pour faire sa ? :D

Par Rahel Le Géant le 26/1/2002 à 23:44:43 (#795738)

Ohhhh!

Je me demanderais toujours comment on peut faire ce type de trucs.

*Nb info forever*

Par Swax le 27/1/2002 à 0:24:22 (#796063)

:confus:

:eureka:

http://www.editeurjavascript.com/

:doute:


;)

Par Rahel Le Géant le 27/1/2002 à 0:41:53 (#796161)

:confus:


:eureka:


*va jeter un gros coup d'oeil sur ce site*

* ;) Messire Swax*

Par Nux le 27/1/2002 à 0:52:09 (#796228)

Ohhhh, c'est joliiii:eek: :eek:

Re: Il neige sur ce post!

Par Sherya le 27/1/2002 à 1:41:15 (#796527)



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://forums.jeuxonline.info/ubb/biggrinangelA.gif" ;
var no = 20;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}



Gros clin d'oeil à Coin Coin
Marci :p

Re: Re: Il neige sur ce post!

Par Sherya le 27/1/2002 à 1:42:37 (#796538)

Provient du message de Sherya


/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://forums.jeuxonline.info/custom_avatars/avatar5655_0.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}



Corrigé lol

Re: Re: Re: Il neige sur ce post!

Par Sherya le 27/1/2002 à 1:44:13 (#796544)

Provient du message de Sherya
Provient du message de Sherya


/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://forums.jeuxonline.info/custom_avatars/avatar5655_0.gif"
var no = 10;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}



Je me permet un flood involontaire ..:D

Par Coin-coin le 27/1/2002 à 1:44:28 (#796545)

on peut pas metre plusieurs scripts sur une page... faut attendre la prochaine.

enfin bon de belles paires de fesses qui tombent du ciel ça me va.

Par Coin-coin le 27/1/2002 à 1:45:26 (#796546)

ha ben youp. :)

Par Sherya le 27/1/2002 à 1:46:00 (#796549)

Mdr :) Merci au passage :p

Par Ben Wyvern GR le 27/1/2002 à 1:49:17 (#796566)

Ben ca a jamais neigé comme ca chez moi :p :doute:
je veux la meme neige :amour: :amour: :chut:

Par Sherya le 27/1/2002 à 1:50:51 (#796575)

lollllllllllllll

Par Coin-coin le 27/1/2002 à 1:53:17 (#796591)

ouééé moi aussi, je veux skier sur des seins !

Par Ben Wyvern GR le 27/1/2002 à 1:58:38 (#796618)

*s'imagine une belle descente*
Ca C de la piste :D
:amour: :amour: :ange:

Par Coin-coin le 27/1/2002 à 2:03:35 (#796655)

hooo la belle coline enneigééée... :D

Par Kenshin Diken le 27/1/2002 à 2:04:18 (#796659)

*ouvre sa fenetre et regarde le ciel* Non , rien . Dommage ... :doute:

Par Sherya le 27/1/2002 à 2:04:35 (#796661)

Arf la ca entre dans le Gore...je suis fiancée...je sors :D
Je précise qu'on ne voit pas De poitrine sur mon avatar et il en aurait ete hors de question...un vois le dos un bout du bas du dos...Caché donc ca va :)

Par Ben Wyvern GR le 27/1/2002 à 2:07:59 (#796680)

Provient du message de Sherya
Arf la ca entre dans le Gore...je suis fiancée...je sors :D
Je précise qu'on ne voit pas De poitrine sur mon avatar et il en aurait ete hors de question...un vois le dos un bout du bas du dos...Caché donc ca va :)


Mais non C pas gore :)
Cache le bas du dos ?
on doit pas avoir la meme definition :rolleyes: :ange:

Par Coin-coin le 27/1/2002 à 2:10:00 (#796693)

clair lol

Par Kenshin Diken le 27/1/2002 à 2:11:28 (#796702)

Personnellement , le "bas du dos" la , je le vois bien .. :amour: :amour: :amour: :amour:
Hop un peu plus a droite s'il vous plait .. merci.. voila.. ne bougez plus ... :amour: :amour: :amour:


:eek:

Par Sherya le 27/1/2002 à 2:11:28 (#796703)

Oui y a la queue du monstre enfin..je sais pas ce que c'est..laissez tomber lolll

Par Sherya le 27/1/2002 à 2:13:07 (#796712)

A la base c'est une immage qui est faite pour faire peur , Sherya etant une femme fatale Mais ayant un coté Demoniaque :)

Par Kenshin Diken le 27/1/2002 à 2:14:10 (#796716)

Vi tu avais expliqué quand tu es passée sur Ezar *kof kof*
N'empeche que.. tout ce qui neige la.. c'est plus que fatal :amour: :amour: :amour: :amour:

Par Coin-coin le 27/1/2002 à 2:15:48 (#796726)

berk et t dans les bras de ce truc?

Par Ben Wyvern GR le 27/1/2002 à 2:16:27 (#796731)

Provient du message de Kenshin Diken
N'empeche que.. tout ce qui neige la.. c'est plus que fatal :amour: :amour: :amour: :amour:


Oui je suis d'accord !!
remettez la neige ici :amour: :amour: :amour:

Re: Re: Re: Il neige sur ce post!

Par Sherya le 27/1/2002 à 2:16:37 (#796735)



/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, http://www.altan.hr/snow/index.html)

EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/

var snowsrc="http://forums.jeuxonline.info/ubb/biggrinangelA.gif" ;
var no = 30;
var ns4up = (document.layers) ? 1 : 0;
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx = 0;
xp = Math.random()*(doc_width-50);
yp = Math.random()*doc_height;
am = Math.random()*20;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
if (ns4up) {
if (i == 0) {
document.write(");
} else {
document.write(");
}
} else if (ie4up) {
if (i == 0) { document.write(");
} else {
document.write(");
}
}
}

function snowNS() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx += stx;
document.layers["dot"+i].top = yp;
document.layers["dot"+i].left = xp + am*Math.sin(dx);
}
setTimeout("snowNS()", 10);
}

function snowIE() {
for (i = 0; i doc_height-50) {
xp = Math.random()*(doc_width-am-30);
yp = 0;
stx = 0.02 + Math.random()/10;
sty = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx += stx;
document.all["dot"+i].style.pixelTop = yp;
document.all["dot"+i].style.pixelLeft = xp + am*Math.sin(dx);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}



J'essaye de changer un truc ...(Format)

[edit : j'ai juste remis à la place ce qui volait vraiment ici...:rolleyes:]

Par Coin-coin le 27/1/2002 à 2:16:45 (#796736)

Provient du message de Sherya
Oui y a la queue du monstre enfin


:rolleyes: :rolleyes: :rolleyes:

Par Sherya le 27/1/2002 à 2:17:16 (#796740)

Provient du message de Coin-coin
berk et t dans les bras de ce truc?

Ce truc c'est le coté Malefique Qui a controlé Sherya durant longtemps :p

Par Kenshin Diken le 27/1/2002 à 2:17:56 (#796744)

Provient du message de Coin-coin
berk et t dans les bras de ce truc?


JE confirme , je pense sincèrement qu'il y a mieux pour toi .

:ange:

Par Kenshin Diken le 27/1/2002 à 2:18:45 (#796748)

Provient du message de Sherya

Ce truc c'est le coté Malefique Qui a controlé Sherya durant longtemps :p


Ah , pendant longtemps , donc plus maintenant .. :doute: Si tu as besoin qu'on te controle de nouveau hein :ange:

Provient du message de Sherya
A la base c'est une immage qui est faite pour faire peur ,


:doute: :D

Par Sherya le 27/1/2002 à 2:20:51 (#796760)

Voici l'image de base :)
http://sem.lipsia.de/~enigma/thumb/royob05.jpg

Par Swax le 27/1/2002 à 2:21:31 (#796762)

Rappel des règles :

- PAS D'INJURES
- PAS D'ATTAQUES PERSONNELLES
- PAS DE PUBLICITES
- PAS DE MESSAGES A CARACTERE ILLEGAL
- PAS DE MESSAGES PORNOGRAPHIQUES
- PAS DE SPAMMING
- PAS DE FLOODING
- PAS DE TROLLING
- LE MOINS POSSIBLE DE HORS-SUJETS

Veuillez cessez, svp.

Par Sherya le 27/1/2002 à 2:26:44 (#796779)

(Ouf j'ai reussie à m'editer...Désolée du bug)

Par Coin-coin le 27/1/2002 à 2:32:08 (#796794)

ouééé désolé modérateur qui aime les bisoux :)

Par Swax le 27/1/2002 à 2:39:07 (#796819)

Provient du message de Coin-coin
ouééé désolé modérateur qui aime les bisoux :)


Oui j'adore les bisoux ^_^

:merci:


Ps: bonne nuit et pas de flood niark je vous ai à l'oeil. ! :baille:

Par Sherya le 27/1/2002 à 2:41:56 (#796833)

C'est pas moi ...c'etait coincoin !
Je plaisante , je m'arrete ici :)

JOL Archives 1.0.1
@ JOL / JeuxOnLine