Mouse Efekti Kodları ( Mouseyi izleyen saat 2 )

 Gönülçelen Ailesi MSN'de! Listeye katılmak için tıklayın.
MSN'de Gönülçelen'i kullanmak için geniş anlatım.
Cevapla 
 
Derecelendir
  • 0 Oylar - 0 Yüzde
  • 1
  • 2
  • 3
  • 4
  • 5
Mouse Efekti Kodları ( Mouseyi izleyen saat 2 )
Yazar Mesaj
YALNIZLIK Bayan
Suskunluğum Asaletimdir.
********
Administrator

Üyelik tarihi: Aug 2007
Mesajlar: 9,587
Rep Puanı: 5304 - Rep ver
Şehir: İstanbul
Ruh Halim: Mesgul
Durum: Çevrimdışı
Mesaj: #1
Mouse Efekti Kodları ( Mouseyi izleyen saat 2 )
<<script language="JavaScript">
<!-- helferlein -->
CoLoUrS=new Array('ff0000','0000ff','ff00ff');//Farbe des Zifferblattes.
sCol='ff00ff';//sekunden Farbe.
mCol='ff0000';//minuten Farbe.
hCol='0000ff';//stunden Farbe.
//Alter nothing below!
H='Stunde..';
H=H.split('');
H=H.reverse();
M='Minute..';
M=M.split('');
M=M.reverse();
S='Sekunde..';
S=S.split('');
S=S.reverse();
dots=12;
var Ypos=0,Xpos=0,Ybase=0,Xbase=0;
var ay=0,ax=0,Ay=0,Ax=0,by=0,bx=0,By=0,Bx=0,cy=0,cx=0,Cy=0,Cx=0,dy=0,dx=0,Dy=0,Dx=0;
count=0;
count_a=0;
move=1;
ns=(document.layers)?1:0;
viz=(document.layers)?'hide':'hidden';
if (ns){
for (i=0; i < dots; i++)
document.write('<layer name=nface'+i+' top=0 left=0 bgcolor=#ffffff clip="0,0,3,3"></layer>');
for (i=0; i < S.length; i++)
document.write('<layer name=nx'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+sCol+'><center>'+S+'</center></font></layer>');
for (i=0; i < M.length; i++)
document.write('<layer name=ny'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+mCol+'><center>'+M+'</center></font></layer>');
for (i=0; i < H.length; i++)
document.write('<layer name=nz'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+hCol+'><center>'+H+'</center></font></layer>');
}
else{
document.write('<div id="W" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < dots; i++){
document.write('<div id="face" style="position:absolute;top:0px;left:0px;width:3px;height:3px;font-size:3px;background:#ffffff"></div>');
}
document.write('</div></div>');
document.write('<div id="X" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < S.length; i++){
document.write('<div id="x" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+sCol+';text-align:center;padding-top:10px">'+S+'</div>');
}
document.write('</div></div>')
document.write('<div id="Y" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < M.length; i++){
document.write('<div id="y" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+mCol+';text-align:center;padding-top:10px">'+M+'</div>');
}
document.write('</div></div>')
document.write('<div id="Z" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < H.length; i++){
document.write('<div id="z" style="position:absolute;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+hCol+';text-align:center;padding-top:10px">'+H+'</div>');
}
document.write('</div></div>');
}
if (ns){
window.captureEvents(Event.MOUSEMOVE);
function nsMouse(evnt){
Ypos = evnt.pageY+100;
Xpos = evnt.pageX+100;
}
window.onMouseMove = nsMouse;
}
else{
function ieMouse(){
Ypos=event.y+100;
Xpos=event.x+100;
}
document.onmousemove=ieMouse;
}
function clock(){
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs/30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins/30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr/6+ Math.PI*parseInt(time.getMinutes())/360;
Ybase=15;
Xbase=15;
if (ns){
document.layers["nx"+0].visibility=viz;
document.layers["ny"+0].visibility=viz;
document.layers["nz"+0].visibility=viz;
for (i=0; i < S.length; i++){
document.layers["nx"+i].top=ay-12+(i*Ybase)*Math.sin(sec);
document.layers["nx"+i].left=ax-12+(i*Xbase)*Math.cos(sec);
}
for (i=0; i < M.length; i++){
document.layers["ny"+i].top=by-12+(i*Ybase)*Math.sin(min);
document.layers["ny"+i].left=bx-12+(i*Xbase)*Math.cos(min);
}
for (i=0; i < H.length; i++){
document.layers["nz"+i].top=cy-12+(i*Ybase)*Math.sin(hrs);
document.layers["nz"+i].left=cx-12+(i*Xbase)*Math.cos(hrs);
}
for (i=0; i < dots; ++i){
document.layers["nface"+i].top=dy-2+(70*Math.sin(-0.49+dots+i/1.9));
document.layers["nface"+i].left=dx+4+(70*Math.cos(-0.49+dots+i/1.9));
}
}
else{
var scrll=document.body.scrollTop;
W.style.pixelTop=scrll;
X.style.pixelTop=scrll;
Y.style.pixelTop=scrll;
Z.style.pixelTop=scrll;
x[0].style.visibility=viz;
y[0].style.visibility=viz;
z[0].style.visibility=viz;
for (i=0; i < S.length; i++){
x.style.pixelTop=ay-12+(i*Ybase)*Math.sin(sec);
x.style.pixelLeft=ax-12+(i*Xbase)*Math.cos(sec);
}
for (i=0; i < M.length; i++){
y.style.pixelTop=by-12+(i*Ybase)*Math.sin(min);
y.style.pixelLeft=bx-12+(i*Xbase)*Math.cos(min);
}
for (i=0; i < H.length; i++){
z.style.pixelTop=cy-12+(i*Ybase)*Math.sin(hrs);
z.style.pixelLeft=cx-12+(i*Xbase)*Math.cos(hrs);
}
for (i=0; i < dots; ++i){
face.style.pixelTop=dy+6+(70*Math.sin(-0.49+dots+i/1.9));
face.style.pixelLeft=dx+4+(70*Math.cos(-0.49+dots+i/1.9));
}
}
}
function MouseFollow(){
ay=Math.round(Ay+=((Ypos)-Ay)*4/15);
ax=Math.round(Ax+=((Xpos)-Ax)*4/15);
by = Math.round(By+=(ay-By)*4/15);
bx = Math.round(Bx+=(ax-Bx)*4/15);
cy = Math.round(Cy+=(by-Cy)*4/15);
cx = Math.round(Cx+=(bx-Cx)*4/15);
dy = Math.round(Dy+=(cy-Dy)*4/15);
dx = Math.round(Dx+=(cx-Dx)*4/15);
clock();
setTimeout('MouseFollow()',10);
}
function colourStep(){
count+=move;
if (count >= dots) {count=0;count_a+=move}
if (count_a == CoLoUrS.length) count_a=0;
if (ns) document.layers["nface"+count].bgColor=CoLoUrS[count_a];
else face[count].style.background=CoLoUrS[count_a];
setTimeout('colourStep()',100)
}
function StartAll(){
MouseFollow();
colourStep();
}
if (document.layers || document.all) window.onload=StartAll;
//-->
</script>>
YALNIZLIK diyor ki:
سْــــــــــــــــــــــمِ اﷲِارَّحْمَنِ ارَّحِي
...Ben beni bırakırsam,sen beni bırakma yarab...

Herkes Gülüşümü Görüyor
Kimse savaşımı görmüyor.
Herkes sesimi duyuyor
Düşündügümü kimse bilmiyor.
Herkes yazdiklarimi okuyor
Gözyaşlarimi kimse görmüyor.
Herkes beni tanidigini saniyor
Ama kimse benim kim oldugumu bilmiyor.
04-04-2008 10:13:31
Web Sayfasını Ziyeret Edin Tüm Mesajlarını Bul Alıntı Yaparak Cevapla
TERİANA Bayan
GöNüL HeCeSi S/Y

Üyelik tarihi: Oct 2007
Mesajlar: 18,440
Rep Puanı: 6422 - Rep ver
Şehir: Kocaeli
Ruh Halim: Yorgun
Durum: Dışarıda
Mesaj: #2
Cvp: Mouse Efekti Kodları ( Mouseyi izleyen saat 2 )
Kullanmasını bilmiyorum, ne işe yarar onuda bilmiyorum ama görünüşü güzel Resimleri görüntüleyebilmeniz için üye girişi yapmanız gerekmektedir. Üye değilseniz buraya tıklayıp üye olabilirsiniz. Resimleri görüntüleyebilmeniz için üye girişi yapmanız gerekmektedir. Üye değilseniz buraya tıklayıp üye olabilirsiniz.
TERİANA diyor ki:
Kusura bakma hayat söz de benim satırda
Kusura bakma hayat bende benim sende bendesin
Kusura bakma hayat ben yarınıma gidiyorum

04-04-2008 10:19:55
Tüm Mesajlarını Bul Alıntı Yaparak Cevapla
« Önceki | Sonraki »
Cevapla 


Benzeyen Konular
Konu: Yazar Cevaplar: Görüntüleyenler: Son Mesaj
  Sitene Mp3 Çalar Ekle YALNIZLIK 3 1,466 02-10-2008 06:32:03
Son Mesaj: sametatak1
  Mouse Efekti Kodları (Mousenin şeklini değiştir) YALNIZLIK 7 650 20-09-2008 06:21:45
Son Mesaj: keshapli
  Mouse Efekti Kodları ( Mouseyi takip eden yazı 2 ) YALNIZLIK 2 204 11-07-2008 15:38:58
Son Mesaj: KüPeLiKıZ*
  Takvim Kodları YALNIZLIK 14 651 05-04-2008 07:55:17
Son Mesaj: TERİANA
  Sitene Tv*de Bugün Kodu YALNIZLIK 0 122 04-04-2008 11:19:35
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Mouseyi izleyen saat ) YALNIZLIK 2 127 04-04-2008 11:17:35
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Mouseyi izleyen göz ) YALNIZLIK 4 154 04-04-2008 11:16:17
Son Mesaj: YALNIZLIK
  Türk Bayrağı Kodları YALNIZLIK 14 567 04-04-2008 10:24:31
Son Mesaj: TERİANA
  Mouse Efekti Kodları ( Tüy efektli mouse ) YALNIZLIK 0 266 04-04-2008 09:16:16
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Mouseyi takip eden yazı 3) YALNIZLIK 0 208 04-04-2008 09:10:55
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( + efekti ) YALNIZLIK 0 130 04-04-2008 09:08:47
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Dönen renkler 2 ) YALNIZLIK 0 108 04-04-2008 09:07:53
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Baloncuklu mouse) YALNIZLIK 0 323 04-04-2008 09:06:37
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Güzel bir efekt ) YALNIZLIK 0 208 04-04-2008 09:05:29
Son Mesaj: YALNIZLIK
  Mouse Efekti Kodları ( Sol tuş efekti ) YALNIZLIK 0 104 04-04-2008 09:03:50
Son Mesaj: YALNIZLIK

Forum Atla:

İletişimGönülçelen.NetYukarıya dönİçeriğe DönHafifleştirilmiş SürümRSS Beslemesi