Archives des forums MMO/MMORPG > La 4ème Prophétie > T4C - L'asile de Madrigan > Nouveau jeu interractif dans le forum :p
Nouveau jeu interractif dans le forum :p
Par Topblaireau le 1/2/2002 à 13:05:32 (#830993)
var snowsrc="http://perso.club-internet.fr/loicr/web27.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 Ceb le 1/2/2002 à 13:07:20 (#831008)
Par Sherya le 1/2/2002 à 13:10:37 (#831037)
#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;
}
/*
Bouncy message script- By Dynamicdrive.com
Code based on Lloyd Hassell's, at http://www.dynamicdrive.com/dynamicindex4/bounceimage.htm
For full source, TOS, and 100s DTHML scripts, visit http://dynamicdrive.com
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
var thecontent=' Vous venez de gagner une nuit avec Ceb!'
var hidetimer='';
var BallSpeed = 7;
var contentWidth;
var contentHeight;
var maxBallSpeed = 50;
var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;
function initializeBall() {
if (document.all) {
xMax = document.body.clientWidth
yMax = document.body.clientHeight
document.all("supertext").style.visibility = "visible";
contentWidth=supertext.offsetWidth
contentHeight=supertext.offsetHeight
}
else if (document.layers) {
xMax = window.innerWidth;
yMax = window.innerHeight;
contentWidth=document.supertext.document.width
contentHeight=document.supertext.document.height
document.layers["supertext"].visibility = "show";
}
setTimeout('moveBall()',400);
if (hidetimer!='')
setTimeout("hidetext()",hidetimer)
}
function moveBall() {
if (superballRunning == true) {
calculatePosition();
if (document.all) {
document.all("supertext").style.left = xPos + document.body.scrollLeft;
document.all("supertext").style.top = yPos + document.body.scrollTop;
}
else if (document.layers) {
document.layers["supertext"].left = xPos + pageXOffset;
document.layers["supertext"].top = yPos + pageYOffset;
}
animatetext=setTimeout('moveBall()',20);
}
}
function calculatePosition() {
if (xDir == "right") {
if (xPos > (xMax - contentWidth - BallSpeed)) {
xDir = "left";
}
} else if (xDir == "left") {
if (xPos (yMax - contentHeight - BallSpeed)) {
yDir = "up";
}
}
else if (yDir == "up") {
if (yPos < (0 + BallSpeed)) {
yDir = "down";
}
}
if (xDir == "right") {
xPos = xPos + BallSpeed;
}
else if (xDir == "left") {
xPos = xPos - BallSpeed;
}
else {
xPos = xPos;
}
if (yDir == "down") {
yPos = yPos + BallSpeed;
}
else if (yDir == "up") {
yPos = yPos - BallSpeed;
}
else {
yPos = yPos;
}
}
function hidetext(){
if (document.all)
supertext.style.visibility="hidden"
else if (document.layers)
document.supertext.visibility="hide"
clearTimeout(animatetext)
}
if (document.all||document.layers){
document.write(''+thecontent+'')
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}
Par DJ Max Izoku le 1/2/2002 à 13:14:34 (#831068)
Et une nuit avec Sherya,non?:D
Par Topblaireau le 1/2/2002 à 13:16:57 (#831081)
Par Sherya le 1/2/2002 à 13:18:45 (#831089)
Par Topblaireau le 1/2/2002 à 13:21:44 (#831117)
Que tu mettes Topblaireau le plus bo à la place :ange:
Re: Nouveau jeu interractif dans le forum :p
Par Ceb le 1/2/2002 à 13:21:51 (#831119)
Par Ceb le 1/2/2002 à 13:22:48 (#831126)
Ca devient plus facile pour cliquer :ange:
Par Topblaireau le 1/2/2002 à 13:23:32 (#831128)
Par Sherya le 1/2/2002 à 13:27:06 (#831163)
Par Caolie le 1/2/2002 à 14:23:44 (#831364)
*Redonne le cadeau à Blaireau :)* J'en veux pu :p
Ceb va être content :)
Par Ceb le 1/2/2002 à 14:27:33 (#831392)
Par Topblaireau le 1/2/2002 à 14:28:02 (#831398)
Ouuaaiii les jeux intéractif ca me connait !
Par Eldy le 1/2/2002 à 14:36:41 (#831460)
*s'assied , intense réflection ...pour vaincre il faut connaitre son ennemi* alors c'est quoi ce truc !
*observe la morphologie de l'adersaire*
*prise de conscience , illumination divine :eureka: * des zoizo-fesses ! AHAHAH !a moi le cadeau ! *repere un groupe* la j'men fait une demie douzaine d'un coup ! *balance son marteau sur l'ecran* :eek:
Gnuh ? :confus: on m'aurait mentit !? me suis encore trompé de jeux ! :rasta:
Par Lya le 1/2/2002 à 14:43:19 (#831496)
Par Topblaireau le 1/2/2002 à 14:58:25 (#831597)
mais où est charlie?? :D
var snowsrc="http://perso.club-internet.fr/loicr/personnage_59.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();
}
rraaaahh!
Par Eldy le 1/2/2002 à 15:28:13 (#831767)
*lève son marteau a nouveau* Non le front de libération des zoizo-fesses ne passera pas ! recule commandant ! :D
*un type qui a sa place a l'asile :maboule: *
Par Topblaireau le 1/2/2002 à 15:30:30 (#831780)
Par Caolie le 1/2/2002 à 15:40:20 (#831834)
:( Je le trouve poooooooo
:mdr: :mdr:
Par Topblaireau le 1/2/2002 à 15:46:31 (#831871)
ARRRRRRGHHHHHHHH !!!!!!!!!!!!!
Par RuTaBaGa le 1/2/2002 à 15:54:04 (#831921)
Enfin je donne mon lot a une fille paske la c contraire a ma religion !!! beurk rien ke d'y penser !!!:hardos: :hardos: :hardos:
Par Caolie le 1/2/2002 à 16:00:42 (#831957)
*apercoie une forme bleu floue*
*ouvre grand les yeux*
*émerveillée* Ohhhhhhhhh :eek:
:D
Par Bleiz Tad Koal le 1/2/2002 à 16:01:13 (#831960)
G gagné une nuit où Seb me paye à boire non-stop, d'ailleurs il offre aussi le resto, une nouvelle gratte, et son ordi :p :D
Par Hunjowear Isback le 1/2/2002 à 16:12:09 (#832029)
#supertext {
position:absolute;
left:0;
top:0;
visibility:hide;
visibility:hidden;
}
/*
Bouncy message script- By Dynamicdrive.com
Code based on Lloyd Hassell's, at http://www.dynamicdrive.com/dynamicindex4/bounceimage.htm
For full source, TOS, and 100s DTHML scripts, visit http://dynamicdrive.com
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
var thecontent=' '
var hidetimer='';
var BallSpeed = 7;
var contentWidth;
var contentHeight;
var maxBallSpeed = 1;
var xMax;
var yMax;
var xPos = 0;
var yPos = 0;
var xDir = 'right';
var yDir = 'down';
var superballRunning = true;
var tempBallSpeed;
var currentBallSrc;
var newXDir;
var newYDir;
function initializeBall() {
if (document.all) {
xMax = document.body.clientWidth
yMax = document.body.clientHeight
document.all("supertext").style.visibility = "visible";
contentWidth=supertext.offsetWidth
contentHeight=supertext.offsetHeight
}
else if (document.layers) {
xMax = window.innerWidth;
yMax = window.innerHeight;
contentWidth=document.supertext.document.width
contentHeight=document.supertext.document.height
document.layers["supertext"].visibility = "show";
}
setTimeout('moveBall()',400);
if (hidetimer!='')
setTimeout("hidetext()",hidetimer)
}
function moveBall() {
if (superballRunning == true) {
calculatePosition();
if (document.all) {
document.all("supertext").style.left = xPos + document.body.scrollLeft;
document.all("supertext").style.top = yPos + document.body.scrollTop;
}
else if (document.layers) {
document.layers["supertext"].left = xPos + pageXOffset;
document.layers["supertext"].top = yPos + pageYOffset;
}
animatetext=setTimeout('moveBall()',20);
}
}
function calculatePosition() {
if (xDir == "right") {
if (xPos > (xMax - contentWidth - BallSpeed)) {
xDir = "left";
}
} else if (xDir == "left") {
if (xPos (yMax - contentHeight - BallSpeed)) {
yDir = "up";
}
}
else if (yDir == "up") {
if (yPos < (0 + BallSpeed)) {
yDir = "down";
}
}
if (xDir == "right") {
xPos = xPos + BallSpeed;
}
else if (xDir == "left") {
xPos = xPos - BallSpeed;
}
else {
xPos = xPos;
}
if (yDir == "down") {
yPos = yPos + BallSpeed;
}
else if (yDir == "up") {
yPos = yPos - BallSpeed;
}
else {
yPos = yPos;
}
}
function hidetext(){
if (document.all)
supertext.style.visibility="hidden"
else if (document.layers)
document.supertext.visibility="hide"
clearTimeout(animatetext)
}
if (document.all||document.layers){
document.write(''+thecontent+'')
window.onload = initializeBall;
window.onresize = new Function("window.location.reload()");
}
Par Caolie le 1/2/2002 à 16:14:42 (#832044)
Hello Charlie :)
*bon je sors* :D
Par Swax le 1/2/2002 à 16:16:19 (#832058)
Provient du message de Caolie
*bon je sors* :D
Voui, ça vaut mieu :D :D :D
Par Louloune-GdA le 1/2/2002 à 16:42:38 (#832265)
Juste ,comment vous gaites pour faire des trucs comme sa , qui se ballade ?
Merci :p
Par Lylia Faeryl le 1/2/2002 à 17:32:12 (#832592)
JOL Archives 1.0.1
@ JOL / JeuxOnLine