ηυяçιηözєя Geliştirici
Mesaj Sayısı : 243 Paylaşım Gücü : 401 Rep Point : 4 Kayıt tarihi : 09/09/09 Yaş : 26
| Konu: mausun yanına kıvılcım Salı Eyl. 15, 2009 8:19 am | |
| Kod: | // HAZIRLAYAN VE SUNAN muratus Macho_M if (document.layers) { window.captureEvents(Event.MOUSEMOVE);} var yBase = 200; var xBase = 200; var yAmpl = 10; var yMax = 40; var step = .2; var ystep = .5; var currStep = 0; var tAmpl=1; var Xpos = 1; var Ypos = 1; var i = 0; var j = 0; if (document.all) { function MoveHandler(){ Xpos = document.body.scrollLeft + event.x; Ypos = document.body.scrollTop + event.y;} document.onmousemove = MoveHandler;} else if (document.layers) { function xMoveHandler(evnt) { Xpos = evnt.pageX; Ypos = evnt.pageY;} window.onMouseMove = xMoveHandler;} function animateLogo() { if (document.all) { yBase = window.document.body.offsetHeight / 4; xBase = window.document.body.offsetWidth / 4;} else if (document.layers) { yBase = window.innerHeight / 4; xBase = window.innerWidth / 4;} if (document.all) { for (i = 0 ; i < starsDiv.all.length; i++) { starsDiv.all[i].style.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10); starsDiv.all[i].style.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);}} else if (document.layers) { for (j = 0; j < 7; j++) { //7 is number of NS layers! var templayer="a" + j; document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10); document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);}} currStep += step; setTimeout("animateLogo()", 10);} animateLogo(); // End -->
|
| |
|
Holyone Yönetici
Mesaj Sayısı : 3850 Paylaşım Gücü : 9917 Rep Point : 106 Kayıt tarihi : 25/02/09 Yaş : 31
| Konu: Geri: mausun yanına kıvılcım Salı Eyl. 15, 2009 8:21 am | |
| kardeşim bu javascript kodu onun için konuyu javascripte taşıyorum paylaşım için saol | |
|
ηυяçιηözєя Geliştirici
Mesaj Sayısı : 243 Paylaşım Gücü : 401 Rep Point : 4 Kayıt tarihi : 09/09/09 Yaş : 26
| Konu: Geri: mausun yanına kıvılcım Salı Eyl. 15, 2009 8:21 am | |
| Teşekkürler Yardım ettiğiniz için | |
|
bilgiweb Gelişmiş Üye
Mesaj Sayısı : 105 Paylaşım Gücü : 113 Rep Point : 0 Kayıt tarihi : 28/04/09
| Konu: Geri: mausun yanına kıvılcım Perş. Eyl. 17, 2009 7:42 am | |
| | |
|
ηυяçιηözєя Geliştirici
Mesaj Sayısı : 243 Paylaşım Gücü : 401 Rep Point : 4 Kayıt tarihi : 09/09/09 Yaş : 26
| Konu: Geri: mausun yanına kıvılcım Perş. Eyl. 17, 2009 8:10 am | |
| | |
|
PaTRoN Banned
Mesaj Sayısı : 46 Paylaşım Gücü : 48 Rep Point : 0 Kayıt tarihi : 22/05/10 Yaş : 28
| Konu: Geri: mausun yanına kıvılcım C.tesi Mayıs 22, 2010 2:32 pm | |
| | |
|