Autor |
Nachricht |
-
brocki
|
16.08.2006 um 17:18 (UTC) Titel: mAUSVERFOLGER EINGLIEDERN |
|
|
Ich stelle mir die Frage ob es möglich ist hier einen Mausverfolger einzubauen.
Wenn es möglich sein sollte dann wie und wo |
|
↑
|
|
|
-
dickeente
|
25.08.2006 um 19:53 (UTC) Titel: |
|
|
meinst du so ein wie auf meiner hompage |
|
↑
|
|
|
-
stefan-bossow
|
26.08.2006 um 14:50 (UTC) Titel: (deleted) |
|
|
|
|
↑
|
|
|
-
annasherzop
Wohnort: Goldenstedt
|
26.08.2006 um 14:52 (UTC) Titel: |
|
|
dickeente hat Folgendes geschrieben: meinst du so ein wie auf meiner hompage
sorry aber wenn ich auf deine seite gehe ist da kein verfolger |
|
↑
|
|
|
-
danielbach
|
|
↑
|
|
|
-
telabe
|
28.08.2006 um 07:45 (UTC) Titel: |
|
|
also ich hab auch einen gesehen. Jetzt wollte ich mir auch so einen Mausverfolger machen, hab das da auch eingefügt bei Text unter dem Design, aber irgendwie funkt des nicht! Und jetzt? |
|
↑
|
|
|
-
dickeente
|
31.08.2006 um 21:19 (UTC) Titel: |
|
|
danielbach hat Folgendes geschrieben: Also ich hab einen geshen. Da steht mehrmals Welcome!
Sieh cool aus wie hast du das gemacht?
Code: <!-- Script-Anfang -->
<!-- www-java24.net - DIE Javascript - Ressource -->
<!-- Diesen Code musst Du in den -head- einbauen -->
<script LANGUAGE="JavaScript">
<!-- copyright javascripte.org -->
message = 'W I L L K O M M E N;
FonT = 'Verdana';
ColoR = 16711680;
Col = 0
SizE = 7; //1 to 7 only!
var amount = 5, ypos =- 50, xpos = 0, Ay = 0, Ax = 0, By = 0, Bx = 0, Cy = 0, Cx = 0, Dy = 0, Dx = 0, Ey = 0, Ex = 0;
if (document.layers) {
for (i = 0; i < amount; i++) {
Col = 999999-2222*i;
SizE=i+1
document.write('<layer name=nsl'+i+' top=0 left=0><font face='+FonT+' size='+SizE+' color='+Col+'>'+message+'</font></layer>');
}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt) {
xpos = evnt.pageX + 10;
ypos = evnt.pageY + 10;
}
window.onMouseMove = nsmouse;
}
else if (document.all) {
document.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
document.write("<div style='position:relative'>");
for (i = 0; i < amount; i++) {
Col = 999999-2222*i;
SizE=i+1
document.write('<div id="text"'+i+' style="position:absolute;top:0px;left:0px;width:400px;height:20px"><font face='+FonT+' size='+SizE+' color='+Col+'>'+message+'</font></div>')
}
document.write("</div>");
document.write("</div>");
function iemouse() {
ypos = event.y + 10;
xpos = event.x + 10;
}
window.document.onmousemove = iemouse;
}
function makefollow() {
if (document.layers) {
document.layers['nsl'+0].top = ay;
document.layers['nsl'+0].left = ax;
document.layers['nsl'+1].top = by;
document.layers['nsl'+1].left = bx;
document.layers['nsl'+2].top = cy;
document.layers['nsl'+2].left = cx;
document.layers['nsl'+3].top = Dy;
document.layers['nsl'+3].left = Dx;
document.layers['nsl'+4].top = Ey;
document.layers['nsl'+4].left = Ex;
}
else if (document.all) {
outer.style.pixelTop = document.body.scrollTop;
text[0].style.pixelTop = ay;
text[0].style.pixelLeft = ax;
text[1].style.pixelTop = by;
text[1].style.pixelLeft = bx;
text[2].style.pixelTop = cy;
text[2].style.pixelLeft = cx;
text[3].style.pixelTop = Dy;
text[3].style.pixelLeft = Dx;
text[4].style.pixelTop = Ey;
text[4].style.pixelLeft = Ex;
}
}
function move() {
ey = Ey += (ypos - Ey) * 0.2;
ex = Ex += (xpos - Ex) * 0.2;
dy = Dy += (ey - Dy) * 0.3+8;
dx = Dx += (ex - Dx) * 0.3+8;
cy = Cy += (dy - Cy) * 0.4+6;
cx = Cx += (dx - Cx) * 0.4+6;
by = By += (cy - By) * 0.5+4;
bx = Bx += (cx - Bx) * 0.5+4;
ay = Ay += (by - Ay) * 0.6+2;
ax = Ax += (bx - Ax) * 0.6+2;
makefollow();
setTimeout('move()', 10);
}
window.onload=move;
</script>
<!-- Script-Ende -->
<!-- www-java24.net - DIE Javascript - Ressource --> so das ist der code wer seinen verfolger haben will das da nicht 'WI L K O M M E N; steht muss oben das rot gekennzeichnete einfach ersetzen mit dem satz den du haben wilst |
|
↑
|
|
|
-
yugioh-daun
|
01.09.2006 um 11:30 (UTC) Titel: Re: mAUSVERFOLGER EINGLIEDERN |
|
|
brocki hat Folgendes geschrieben: Ich stelle mir die Frage ob es möglich ist hier einen Mausverfolger einzubauen.
Wenn es möglich sein sollte dann wie und wo
Code: <script language="javascript">
B=document.all;C=document.layers;
T1=new Array("BILDURL",35,35)
nos=parseInt(T1.length/3)
file://rate=100000
for (i=0;i<nos;i++){createContainer("CUR"+i,i*10,i*10,i*3+1,i*3+2,"","<img src='"+T1[i*3]+"' width="+T1[(i*3+1)]+" height="+T1[(i*3+2)]+" border=0>")}
function createContainer(N,Xp,Yp,W,H,At,HT,Op,St){with (document){write((!B) ? "<layer id='"+N+"' left="+Xp+" top="+Yp+" width="+W+" height="+H : "<div id='"+N+"'"+" style='position:absolute; left:"+Xp+"; top:"+Yp+"; width:"+W+"; height:"+H+"; ");if(St){if (C)write(" style='");write(St+";' ")}else write((B)?"'":"");write((At) ? At+">" : ">");write((HT) ? HT : "");if (!Op)closeContainer(N)}}
function closeContainer(){document.write((B)?"</div>":"</layer>")}
function getXpos(N){return (B) ? parseInt(B[N].style.left) : C[N].left}
function getYpos(N){return (B) ? parseInt(B[N].style.top) : C[N].top}
function moveContainer(N,DX,DY){c=(B) ? B[N].style : C[N];c.left=DX;c.top=DY}
function cycle(){for (i=0;i<(nos-1);i++){moveContainer("CUR"+i,getXpos("CUR"+(i+1)),getYpos("CUR"+(i+1)))}}
function newPos(e){moveContainer("CUR"+(nos-1),((B)?event.clientX+document.body.scrollLeft:e.pageX)+2,((B)?event.clientY+document.body.scrollTop:e.pageY)+2)}
if(document.layers)document.captureEvents(Event.MOUSEMOVE)
else if (B)document.body.onscroll=newPos
document.onmousemove=newPos
file://setInterval("cycle()",rate);
</script>
|
|
↑
|
|
|
-
stefan-bossow
|
01.09.2006 um 11:43 (UTC) Titel: (deleted) |
|
|
|
|
↑
|
|
|
-
jessyundfranzi
|
04.09.2006 um 14:47 (UTC) Titel: haben den code eingefügt |
|
|
also wir würden auch gerne so einen mausverfolger einbauen haben den ode auch wie beschrieben unten beim text unter dem design eingefügt jedoch erscheint es dann nichtwird das dann nur bei uns ncht angezeigt oder bei keinem kann man da was dran machen mfg franzi und jessy |
|
↑
|
|
|
|