Abgemeldet
16.11.05 - 16:01:10 Uhr
|
googel doch einfach mal nach java scripts da bekommst 1000sende von seiten und dan mal suchen was man so brauchen kann
hier hast du mal eins für silvester *gg*
script language="JavaScript
- ns=(document.layers)?1:0;
- amount=14;
- if (ns){
- for (i=0; i < amount; i++)
- document.write("");
- }
- else{
- document.write("");
- document.write("");
- for (i=0; i < amount; i++)
- document.write("");
- document.write("");
- }
- Clrs=new Array('ff0000','00ff00','ffffff','ff00ff','ffa500','ffff00','00ff00','ffffff','ff00ff')
- sClrs=new Array('ffa500','00ff00','FFAAFF','fff000','fffffF')
- Xpos=300;
- Ypos=150;
- initialStarColor='00ff00';
- step=5;
- currStep=0;
- explosionSize=120;
- function Fireworks(){
- var WinHeight=(document.layers)?window.innerHeight-100:window.document.body.clientHeight-100;
- var WinWidth=(document.layers)?window.innerWidth-100:window.document.body.clientWidth-100;
- var Yscroll=(document.layers)?window.pageYOffset:document.body.scrollTop;
- for (i=0; i < amount; i++){
- var layer=(document.layers)?document.layers["nsstars"+i]:iestars[i].style;
- var randCol=Math.round(Math.random()*8);
- var randSz=Math.round(Math.random()*2);
- layer.top = Ypos + explosionSize*Math.sin((currStep+i*5)/3)*Math.sin(currStep/100)
- layer.left= Xpos + explosionSize*Math.cos((currStep+i*5)/3)*Math.sin(currStep/100)
- if (currStep < 110){
- if (ns){layer.bgColor=initialStarColor;layer.clip.width=1;layer.clip.height=1}
- else{layer.background=initialStarColor;layer.width=1;layer.height=1;layer.fontSize=1}
- }
- else{
- if (ns){layer.bgColor=Clrs[randCol];layer.clip.width=randSz;layer.clip.height=randSz}
- else{layer.background=Clrs[randCol];layer.width=randSz;layer.height=randSz;layer.fontSize=randSz}
- }
- }
- if (currStep > 220)
- {
- currStep=0;
- Ypos = 50+Math.round(Math.random()*WinHeight)+Yscroll;
- Xpos = 50+Math.round(Math.random()*WinWidth);
- for (i=0; i < sClrs.length; i++)
- {
- var newIcol=Math.round(Math.random()*i);
- }
- initialStarColor=sClrs[newIcol];
- explosionSize=Math.round(80*Math.random()+100);
- }
- currStep+=step;
- setTimeout("Fireworks()",20);
- }
- Fireworks();
- // -->
-
script language="JavaScript natürlich in spite > schreiben
geht hier nur nicht
lool
|