ďťż
Podstrony
|
telcocafeWitam, mam pytanie jak zrobić coś takiego jak np. ten latający motylek ze strony http://www.puchatek.pl?Z góry dzięki Pozdrawiam var cursorpath="img/motyl.gif" document.getElementsByTagName('body')[0].innerHTML+="" o = document.getElementById('pOiNtErS') count=-1; move=1; function Curve(){ abc=new Array(0,1,1,1,2,3,4,0,6,-1,-1,-1,-2,-3,-4,0,-6) for (i=0; i < abc.length; i++) {var C=Math.round(Math.random()*[i])} howbend=abc[C]; setTimeout('Curve()',1900); return howbend; } ypos=10; xpos=10; degree = 60; function MoveRandom(){ PathBend=degree+=howbend;//ok! y = 4*Math.sin(PathBend*Math.PI/180) x = 6*Math.cos(PathBend*Math.PI/180) ypos+=y; xpos+=x; if (document.all){ o.style.top=ypos+document.body.scrollTop; o.style.left=xpos+document.body.scrollLeft; } else { o.style.top=ypos+window.pageYOffset+'px'; o.style.left=xpos+window.pageXOffset+'px'; } T=setTimeout('MoveRandom()',50); } function edges(){ if (document.all) { if (o.style.pixelLeft >= document.body.offsetWidth-45+document.body.scrollLeft)degree=Math.round(Math.random() *45+157.5); if (o.style.pixelTop >= document.body.offsetHeight-35+document.body.scrollTop)degree=Math.round(Math.random() *45-112.5); if (o.style.pixelTop <= 2+document.body.scrollTop) degree = Math.round(Math.random()*45+67.5);//OK! if (o.style.pixelLeft <= 2+document.body.scrollLeft) degree = Math.round(Math.random()*45-22.5);//OK! } else { if (o.offsetLeft >= window.innerWidth-40+window.pageXOffset)degree=Math.round(Math.random()*45+157.5) ; if (o.offsetTop >= window.innerHeight-30+window.pageYOffset)degree=Math.round(Math.random()*45-112.5) ; if (o.offsetTop <= 2+window.pageYOffset) degree = Math.round(Math.random()*45+67.5);//OK! if (o.offsetLeft <= 2+window.pageXOffset) degree = Math.round(Math.random()*45-22.5);//OK! } setTimeout('edges()',100); } function starteffect(){ Curve(); MoveRandom();// onunload="opener.gO()" edges(); } window.onload=starteffect Ten skrypt zapisujesz do pliku np: mis.js Na samym początku skrypty w miejscu img/motyl.gif podajesz ścieżke do pliku który ma ci się wyświetlać. Następnie na stronie wstawiasz : <script language="Javascript" src="motyl.js" type="text/javascript"></script> DynamicDrive -> masz m.in. Flying Butterfly script :) |
|||
Sitedesign by AltusUmbrae. |