<- Zurück

Luftblasen steigen von der Maus auf:

<!--

file://Dieses Script stammt von -Mauscodes-

file://URL: http://www.mausverfolger.here.de -- eMail: MCHerne@web.de

file://Bitte entfernen Sie diesen Vermerk nicht !-->

zwischen <BODY> und

<IMG src="http://www.mytoday.de/cgi-bin/ivw/CP/musik/me

mber/firewalkership-hophp/Luftbleschen_mauszeiger.htm?78314" WIDTH="1" HEIGHT="1" ALT="">

<!-- IVW VERSION="1.2" -->

<SCRIPT LANGUAGE="JavaScript">

<!--

var IVW="http://mytoday.ivwbox.de/cgi-bin/ivw/CP/musik/member/firewalkership-h

ophp/Luftbleschen_mauszeiger.htm";

document.write("<IMG SRC=\""+IVW+"?r="+escape(document.referrer)+

"\" WIDTH=\"1\" HEIGHT=\"1\">");

file://-->

</SCRIPT>

<NOSCRIPT>

<IMG SRC="http://mytoday.ivwbox.de/cgi-bin/ivw

/CP/musik/member/firewal

kership-hophp/Luftbleschen_mauszeiger.htm" WID

TH="1" HEIGHT="1">

</NOSCRIPT>

<!-- /IVW -->

</BODY>

<SCRIPT LANGUAGE="JavaScript">

<!-- Begin

Image0 = new Image();

Image0.src = "http://members.tripod.de/fire

Ymouse = -50;

Xmouse = -50;

Ypos = new Array();

Xpos = new Array();

Speed = new Array();

rate = new Array();

grow = new Array();

Step = new Array();

Cstep = new Array();

nsSize = new Array();

ns = (document.layers)?1:0;

(document.layers)?window.captureEvents(Event

.MOUSEMOVE):0;

function Mouse(evnt) {

Ymouse=(document.layers)?evnt.pageY-20:event.y-20;

Xmouse=(document.layers)?evnt.pageX:event.x;

}

(document.layers)?window.onMouseMove=Mo

use:document.onmousemove=Mouse;

for (i = 0; i < Amount; i++) {

Ypos[i] = Ymouse;

Xpos[i] = Xmouse;

Speed[i] = Math.random()*4+1;

Cstep[i] = 0;

Step[i] = Math.random()*0.1+0.05;

grow[i] = 8;

nsSize[i] = Math.random()*15+5;

rate[i] = Math.random()*0.5+0.1;

}

if (ns) {

for (i = 0; i < Amount; i++) {

document.write("<LAYER NAME='sn"+i+"' LE

FT=0 TOP=0><img src="

+Image0.src+" name='N' width="+nsSize[i]+" h

eight="+nsSize[i]+"></LAYER>");

}

}

else {

document.write('<div style="position:absolute;top:0px;

left:0px"><div style="position:relative">');

for (i = 0; i < Amount; i++) {

document.write('<img id="si" src="'+Image0.src+'" styl

e="position:absolute;top:0p

x;left:0px;filter:alpha(opacity=90)">');

}

document.write('</div></div>');

}

function MouseBubbles() {

var hscrll = (document.layers)?window.pageYOffset:document.body.scrollTop;

var wscrll = (document.layers)?window.pageXOffset:document.body.scrollLeft;

for (i = 0; i < Amount; i++){

sy = Speed[i] * Math.sin(270 * Math.PI / 180);

sx = Speed[i] * Math.cos(Cstep[i] * 4);

Ypos[i] += sy;

Xpos[i] += sx;

if (Ypos[i] < -40) {

Ypos[i] = Ymouse;

Xpos[i] = Xmouse;

Speed[i] = Math.random() * 6 + 4;

grow[i] = 8;

nsSize[i] = Math.random() * 15 + 5;

}

if (ns) {

document.layers['sn'+i].left = Xpos[i] + wscrll;

document.layers['sn'+i].top = Ypos[i] + hscrll;

}

else {

si[i].style.pixelLeft = Xpos[i] + wscrll;

si[i].style.pixelTop = Ypos[i] + hscrll;

si[i].style.width = grow[i];

si[i].style.height = grow[i];

}

grow[i] += rate[i];

Cstep[i] += Step[i];

if (grow[i] > 24) grow[i] = 25;

}

setTimeout('MouseBubbles()', 10);

}

MouseBubbles();

// End -->

</script>