Archives des forums MMO/MMORPG > La 4ème Prophétie > T4C - L'asile de Madrigan > Il neige sur ce post!
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)
Par Swax le 26/1/2002 à 15:07:28 (#791042)
Par Ceb le 26/1/2002 à 15:07:43 (#791043)
Même quand on répond :p
Par Krayamp;Ravendas le 26/1/2002 à 15:08:18 (#791047)
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
Beuh, elle est très belle ma neige :(
Oui mais pas la couleur de la neige, niark niark ! ;) :bouffon:
Par Caolie le 26/1/2002 à 15:12:34 (#791082)
*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)
/*
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)
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
Dit, ca ressemble à un chat là... Vilain modo!
Rho mais oui elle est belle ! :cool:
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)
Même pas sur celui de Vint :rolleyes: :doute: :eek:
Par Wakan TMP Glh le 26/1/2002 à 15:16:42 (#791109)
Par Krayamp;Ravendas le 26/1/2002 à 15:18:00 (#791123)
Provient du message de Wakan TMP Glh
Normal, Tascalus l'a cité... Grrr édite! :p
arf maintenant ca plante ton code chez moi :(
Par Ceb le 26/1/2002 à 15:19:34 (#791129)
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)
Par Ceb le 26/1/2002 à 15:21:03 (#791143)
Par Krayamp;Ravendas le 26/1/2002 à 15:22:17 (#791155)
Mais... Personne à la solution alors? :confus:
Par Caolie le 26/1/2002 à 15:22:33 (#791158)
Par Vint Thean le 26/1/2002 à 15:22:33 (#791159)
Par Ceb le 26/1/2002 à 15:22:47 (#791161)
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)
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)
Par Caolie le 26/1/2002 à 15:25:42 (#791187)
Par Ceb le 26/1/2002 à 15:26:24 (#791190)
:p
Ouvre ICQ Kray !!!
Par Vint Thean le 26/1/2002 à 15:26:44 (#791193)
Rhooooooooooooooo
Par Este Ban le 26/1/2002 à 15:27:31 (#791200)
Bravooooooooooooooooooooooo
Encore de la neige !!
J'en avais jamais vu !!!
Waaaahouuuuuuuuuuuuu
:eek: :eek: :eek:
Par Tascalus le 26/1/2002 à 15:42:36 (#791318)
<!-- 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)
*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)
Par Ceb le 26/1/2002 à 20:05:58 (#793667)
Y'a rien de changer là.. :doute:
Par razel GN le 26/1/2002 à 21:39:26 (#794465)
Par Rahel Le Géant le 26/1/2002 à 23:44:43 (#795738)
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)
:eureka:
http://www.editeurjavascript.com/
:doute:
;)
Par Rahel Le Géant le 27/1/2002 à 0:41:53 (#796161)
:eureka:
*va jeter un gros coup d'oeil sur ce site*
* ;) Messire Swax*
Par Nux le 27/1/2002 à 0:52:09 (#796228)
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)
/*
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
/*
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)
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)
Par Sherya le 27/1/2002 à 1:46:00 (#796549)
Par Ben Wyvern GR le 27/1/2002 à 1:49:17 (#796566)
je veux la meme neige :amour: :amour: :chut:
Par Sherya le 27/1/2002 à 1:50:51 (#796575)
Par Coin-coin le 27/1/2002 à 1:53:17 (#796591)
Par Ben Wyvern GR le 27/1/2002 à 1:58:38 (#796618)
Ca C de la piste :D
:amour: :amour: :ange:
Par Coin-coin le 27/1/2002 à 2:03:35 (#796655)
Par Kenshin Diken le 27/1/2002 à 2:04:18 (#796659)
Par Sherya le 27/1/2002 à 2:04:35 (#796661)
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)
Par Kenshin Diken le 27/1/2002 à 2:11:28 (#796702)
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)
Par Sherya le 27/1/2002 à 2:13:07 (#796712)
Par Kenshin Diken le 27/1/2002 à 2:14:10 (#796716)
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)
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)
http://sem.lipsia.de/~enigma/thumb/royob05.jpg
Par Swax le 27/1/2002 à 2:21:31 (#796762)
- 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)
Par Coin-coin le 27/1/2002 à 2:32:08 (#796794)
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)
Je plaisante , je m'arrete ici :)
JOL Archives 1.0.1
@ JOL / JeuxOnLine