Navigation
» Startseite
» Webhilfe-News
» Webhilfe-Board
» Geldverdienen
Downloads
» Eigene Scripts
» Programme
» Schriftarten
» Templates
» Grafiken
Tools & Codes
» HTML-Codes
» Generatoren
» Contentnapping
Script - Archiv
» PHP-Scripts
» Java-Scripts
» Perl-Scrips
» ASP-Scripts
» Hinzufügen
Tutorials
» HTML
» Photoshop
» PHP
» Sonstiges
» Eintragen
Anzeige
Service
» Counterservice
» Promotion
» PagerankCheck
» Büchertipps
Award
» Anmeldung
» Gewinner
Onlinegames
» Web:mafia
» Hangomat
Community
» Board
» Gästebuch
» Spenden
» Impressum
» Sitemap
» Kontakt
» Link Us
 

ilch Text Manager
Menü: zurück zum Hauptmenü / Codeschnipsel eintragen / zurück
Text wechselt nach kurzer Zeit
Code
0:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:
136:
137:
138:
139:
140:
141:
142:
143:
144:
145:
146:
147:
148:
149:
150:
151:
152:
153:
154:
155:
156:
157:
158:
159:
160:
161:
162:
163:
164:
165:
166:
167:
<html>
<!-- Dieses Script wurde erhalten bei www.mauscodes.de -->
<head>
<TITLE>Text2 </TITLE>
<script>
<!-- Beginning of JavaScript -
// CONFIGURATION:
// Configure the variables below.
// Attention: The style-block and the script-block just below the body-tag are also part
// of the script! Initiate the script with onLoad="clearmessage()" inside the body-tag.
// Choose fontfamily, fontsize and fontcolor of the dancing letters
var textfont="Verdana"
var textsize=12
var textcolor="FF0000"
// The space (pixels) between the letters. If you have chosen a big fontsize you should
// you should increase this number.
var letterspace=12
// Replace these messages with your messages.
// Add as many messages as you like.
var msg=new Array()
msg[0]="Hallo lieber Besucher!"
msg[1]="Gefällt euch der Mausverfolger?"
msg[2]="Da kann man sich dumm und albern schreiben"
msg[3]="Ist doch schön oder nicht?"
// The higher you set the maxloop-value the longer each meassage will stay
var maxloop=50
var x,y
var step=20
var flag=0
var timer
var msglength=msg[0].length-1
var i_mes=0
var loopcounter=0
var xpos=new Array()
var ypos=new Array()
for (i=0; i<=msg.length-1;i++) {
msg[i]=msg[i]+" "
}
for (i=1; i<=msg.length-1;i++) {
if(msg[i].length-1 >= msg[i-1].length-1) {msglength=msg[i].length-1}
}
for (i=0; i<=msglength-1;i++) {
xpos[i]=0
ypos[i]=0
}
if (document.layers) {
if (textsize>20) {textsize=6}
else if (textsize>20) {textsize=5}
else if (textsize>14) {textsize=4}
else if (textsize>10) {textsize=3}
else if (textsize>8) {textsize=2}
else if (textsize<=7) {textsize=1}
}
function handlerMM(e){
x = (document.layers) ? e.pageX : event.clientX
y = (document.layers) ? e.pageY : event.clientY
flag=1
}
function makesnake() {
if (flag==1 && loopcounter<=maxloop) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+step
ypos[i]=ypos[i-1]
}
xpos[0]=x+step
ypos[0]=y
if (document.all) {
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.all.span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}
if (document.layers) {
for (i=0; i<message.length-1; i++) {
var thisspan = eval("document.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
loopcounter++
timer=setTimeout("makesnake()",20)
}
else {
clearTimeout(timer)
clearmessage()
}
}
function clearmessage() {
loopcounter=0
if (document.all) {
for (i=0;i<=msglength;i++) {
var thisspan = eval("document.all.span"+i)
thisspan.innerHTML=" "
var thisspan = eval("document.all.span"+(i)+".style")
thisspan.posLeft=-5000
}
}
if (document.layers) {
for (i=0;i<=msglength;i++) {
var thisspan = eval("document.span"+i+".document")
thisspan.left=-5000
thisspan.write("<p> </p>")
thisspan.clear()
thisspan = eval("document.span"+i)
}
}
changemessage()
}
function changemessage() {
var messa=msg[i_mes]
message=messa.split("")
if (document.all) {
for (i=0;i<=message.length-1;i++) {
var thisspan = eval("document.all.span"+i)
thisspan.innerHTML="<p style='font-family:"+textfont+";font-size:"+textsize+";color:"+textcolor+"'>"+message[i]+"</p>"
}
}
if (document.layers) {
for (i=0; i<message.length-1; i++) {
var thisspan=eval("document.span"+i+".document")
thisspan.write("<p><font size="+textsize+" color="+textcolor+" face="+textfont+">"+message[i]+"</font></p>")
thisspan.clear()
}
}
i_mes++
if (i_mes>=msg.length) {i_mes=0}
i_path=0
timer=setTimeout("makesnake()",50)
}
// - End of JavaScript - -->
</script>
<STYLE>
.spanstyle {
position:absolute;
left:-5000px;
}
.explainstyle {
position: absolute;
top:200px;
left:10px;
color:FF8888;
font-size:0pt;
font-family:Verdana;
}
A {
color:FF8888;
}
A:Hover {
color:FFAAAA;
}
</STYLE>
</HEAD>
<body bgcolor=#000000 onLoad="clearmessage()">
<script>
<!-- Beginning of JavaScript -
for (i=0;i<=msglength;i++) {
document.write("<span id='span"+i+"' class='spanstyle'>")
document.write("</span>")
}
if (document.layers){
document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;
// - End of JavaScript - -->
</script>
</BODY>
</html>


Demo



Geschrieben von Freshmaker_01

zurück
  


Script © by ilch.de



Sie haben eine Frage? Wir helfen ihnen gerne in unserem Board!
Tipps

Partner
Layer-Ads - Das Werbenetzwerk von morgen

» Dreamcodes.com
» Webmaster-World.com
» script-archiv.com
» php-search.net
» ntmb.de
» webmaster-dlx.de
» Webmaster-power.de


» Alle Partner (48)
» Partner werden
Tipps

Foren-Archiv
Statistik: Besucher gesamt: 826.361 Besucher heute: 29 Besucher gestern: 425 gerade online: 11 Copyright by Webhilfe.info  

http://www.dein-steckbrief.de - www.gewinnspielpage.de - www.butterbrotarchiv.de - Asa Selection - DBox