Ağalar Hoşgeldiniz
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Ağalar Hoşgeldiniz

`·.,¸¸,.·´¯Forum Ağalarının Yeni Mekanı`·.,¸¸,.·´¯
 
AnasayfaAnasayfa  PortalliPortalli  GaleriGaleri  AramaArama  Latest imagesLatest images  Kayıt OlKayıt Ol  Giriş yapGiriş yap  

 

 ARKAPLAN EFEKTLERİ (Background Effects)

Aşağa gitmek 
YazarMesaj
aToM_XlS
Admin
Admin
aToM_XlS


Mesaj Sayısı : 233
Yaş : 33
Kayıt tarihi : 12/11/06

ARKAPLAN EFEKTLERİ (Background Effects) Empty
MesajKonu: ARKAPLAN EFEKTLERİ (Background Effects)   ARKAPLAN EFEKTLERİ (Background Effects) Icon_minitimePerş. Kas. 30, 2006 8:21 am

Kaynak : İBRAHİM BAYRAKTAR

Script : Havai Fişek

<body>
<script>
<!--
CL=new Array('#ff0000','#00ff00','#ffffff','#ff00ff','#ffa500','#ffff00','#00ff00','#ffffff','#ff00ff')
CL2=new Array('#ffa500','#00ff00','#FFAAFF','#fff000','#fffffF')
Xpos=130;
Ypos=130;
I='#00ff00';
C=0;
S=5;
H=null;
W=null;
Y=null;
NS4=(document.layers);
NS6=(document.getElementById&&!document.all);
IE4=(document.all);
A=14;
E=120;
L=null;
if (NS4){
for (i=0; i < A; i++)
document.write('<LAYER></LAYER>');
}
if (NS6){
window.document.body.style.overflow='hidden';
for (i=0; i < A; i++)
document.write('
');
}
if (IE4){
document.write('
');
for (i=0; i < A; i++)
document.write('
');
document.write('
');
}
function Fireworks(){
H=(NS4||NS6)?window.innerHeight:window.document.body.clientHeight;
W=(NS4||NS6)?window.innerWidth:window.document.body.clientWidth;
Y=(NS4||NS6)?window.pageYOffset:window.document.body.scrollTop;
for (i=0; i < A; i++){
if (IE4)L=iestars[i].style;
if (NS4)L=document.layers["nsstars"+i];
if (NS6)L=document.getElementById("ns6stars"+i).style;
var F=Math.floor(Math.random()*CL.length);
var RS=Math.round(Math.random()*2);
L.top = Ypos + E*Math.sin((C+i*5)/3)*Math.sin(C/100)
L.left= Xpos + E*Math.cos((C+i*5)/3)*Math.sin(C/100)
if (C <110> 220){
C=0;
var NC=Math.floor(Math.random()*CL2.length);
I=CL2[NC];
E=Math.round(100+Math.random()*50);
Ypos = E+Math.round(Math.random()*(H-(E*2.2)))+Y;
Xpos = E+Math.round(Math.random()*(W-(E*2.2)));
}
C+=S;
setTimeout("Fireworks()",10);
}
Fireworks();
// -->
</script>
Sayfa başına dön Aşağa gitmek
https://atom.superforum.fr
aToM_XlS
Admin
Admin
aToM_XlS


Mesaj Sayısı : 233
Yaş : 33
Kayıt tarihi : 12/11/06

ARKAPLAN EFEKTLERİ (Background Effects) Empty
MesajKonu: Geri: ARKAPLAN EFEKTLERİ (Background Effects)   ARKAPLAN EFEKTLERİ (Background Effects) Icon_minitimePerş. Kas. 30, 2006 8:24 am

<KAYNAK>

Script : Kabarcıklı Arka Plan

<body>
<script>
<!-- Ayar menüsü

P=new Image();
P.src="bub2.gif"; //İmage ismi!
Pic="bub2.gif"; //İmage ismi!
amount=20; //image sayısı!
BY=-20; //image yüksekliği!
BX=-20; //imaj uzunluğu!
S=5; //imaj hızı!

/************************ Buradan aşağısını düzenlemeyin ************************/
ns=(document.layers)?1:0;
if (ns){
for (i=0; i < amount; i++)
document.write("<LAYER></LAYER>");
}
else{
document.write("
");
for (i=0; i < amount; i++)
{document.write("")}
document.write("
")
}
R=new Array(),PB=new Array(),RD=new Array(),Y=new Array(),X=new Array(),D=new Array(),VB=0,HB=0,SP=new Array();;
for (i=0; i < amount; i++){Y[i]=10;X[i]=10;D[i]=Math.floor(Math.random()*80+10);SP[i]=Math.floor(Math.random()*S+3)}
function Curve(){
plusMinus=new Array(1,-1,2,-2,3,-3,0,1,-1)
for (i=0; i < amount; i++){
R[i]=Math.floor(Math.random()*plusMinus.length);
RD[i]=plusMinus[R[i]];
}
setTimeout('Curve()',1800);
}
function MoveRandom(){
T=setTimeout('MoveRandom()',10);
var H=(document.layers)?window.innerHeight:document.body.clientHeight;
var W=(document.layers)?window.innerWidth:document.body.clientWidth;
var YS=(document.layers)?window.pageYOffset:document.body.scrollTop;
var XS=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < amount; i++){
PB[i]=D[i]+=RD[i];
y = SP[i]*Math.sin(PB[i]*Math.PI/180);
x = SP[i]*Math.cos(PB[i]*Math.PI/180);
if (D[i] < 0) D[i]+=360;
Y[i]+=y;
X[i]+=x;
VB=180-D[i];
HB=0-D[i];

if ((Y[i] < 1) && (X[i] < 1)) {Y[i]=1;X[i]=1;D[i]=45;}
if ((Y[i] <1> W+BX)) {Y[i]=1;X[i]=W+BX;D[i]=135;}
if ((Y[i] > H+BY) && (X[i] <1> H+BY) && (X[i] > W+BX)) {Y[i]=H+BY;X[i]=W+BX;D[i]=225;}

if (Y[i] <1> H+BY) {Y[i]=H+BY;D[i]=HB;}
if (X[i] <1> W+BX) {X[i]=W+BX;D[i]=VB;}
var layer=(document.layers)?document.layers['netscape'+i]:explorer[i].style;
layer.top=Y[i]+YS;
layer.left=X[i]+XS;
}
}
function sTaRt(){Curve();MoveRandom()}
if (document.all||document.layers){sTaRt()}
//-->
</script>
Sayfa başına dön Aşağa gitmek
https://atom.superforum.fr
aToM_XlS
Admin
Admin
aToM_XlS


Mesaj Sayısı : 233
Yaş : 33
Kayıt tarihi : 12/11/06

ARKAPLAN EFEKTLERİ (Background Effects) Empty
MesajKonu: Geri: ARKAPLAN EFEKTLERİ (Background Effects)   ARKAPLAN EFEKTLERİ (Background Effects) Icon_minitimePerş. Kas. 30, 2006 8:25 am

Script : Kar Yağdırma


<body>
<script>
N = 40;
Y = new Array();
X = new Array();
S = new Array();
A = new Array();
B = new Array();
M = new Array();
V = (document.layers)?1:0;

iH=(document.layers)?window.innerHeight:window.document.body.clientHeight;
iW=(document.layers)?window.innerWidth:window.document.body.clientWidth;
for (i=0; i < N; i++){
Y[i]=Math.round(Math.random()*iH);
X[i]=Math.round(Math.random()*iW);
S[i]=Math.round(Math.random()*5+2);
A[i]=0;
B[i]=Math.random()*0.1+0.1;
M[i]=Math.round(Math.random()*1+1);
}
if (V){
for (i = 0; i < N; i++)
{document.write("<LAYER></LAYER>")}
}
else{
document.write('
');
document.write('
');
for (i = 0; i < N; i++)
{document.write('
')}
document.write('
');
}
function snow(){
var H=(document.layers)?window.innerHeight:window.document.body.clientHeight;
var W=(document.layers)?window.innerWidth:window.document.body.clientWidth;
var T=(document.layers)?window.pageYOffset:document.body.scrollTop;
var L=(document.layers)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i <N> H){
Y[i]=-10;
X[i]=Math.round(Math.random()*W);
M[i]=Math.round(Math.random()*1+1);
S[i]=Math.round(Math.random()*5+2);
}
if (V){document.layers['sn'+i].left=X[i];document.layers['sn'+i].top=Y[i]+T}
else{si[i].style.pixelLeft=X[i];si[i].style.pixelTop=Y[i]+T}
A[i]+=B[i];
}
setTimeout('snow()',10);
}
</script>
Sayfa başına dön Aşağa gitmek
https://atom.superforum.fr
 
ARKAPLAN EFEKTLERİ (Background Effects)
Sayfa başına dön 
1 sayfadaki 1 sayfası

Bu forumun müsaadesi var:Bu forumdaki mesajlara cevap veremezsiniz
Ağalar Hoşgeldiniz :: PC Yazılım :: Scripler-
Buraya geçin: