اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا  -  اعلن هنا     

 

كود ألعاب نارية
منتديات Vpas
كود ألعاب نارية Jjjjjj10
منتديات Vpas
كود ألعاب نارية Jjjjjj10


منتديات Vpas , ارشفه , برامج ,دروس , عام , تطوير ,
 
الرئيسيةالموقعأحدث الصورالتسجيلدخول

 

 كود ألعاب نارية

اذهب الى الأسفل 
2 مشترك
كاتب الموضوعرسالة
دمروك يا قلبي
عضو ذهبي
عضو ذهبي
دمروك يا قلبي


دولتي : فلسطين
الجنس : ذكر
عدد المساهمات : 11063
نقاط : 16603
السٌّمعَة : 93
العمر : 30
الوسام : لا يمتلك أي وسام بعد
الدلو الكلب
تاريخ الميلاد : 14/02/1994
المزاج : لوووووووووووووووووووووووووووووووووووووووول

كود ألعاب نارية Empty
مُساهمةموضوع: كود ألعاب نارية   كود ألعاب نارية I_icon_minitimeالإثنين يونيو 21, 2010 1:56 am

[center]
كود ألعاب نارية















الكود:
[center]


/*
Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)
Modified granted to Dynamic Drive to feature script in archive
For full source and 100's more DHTML scripts, visit http://dynamicdrive.com
Visit our site at http://www.star28.com/ for more code
 This notice must stay intact for use */

if (document.all)
with(document){
write('')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
write('
')
}


var Clrs=new Array(9)
Clrs[0]='ff0000';
Clrs[1]='00ff00';
Clrs[2]='000aff';
Clrs[3]='ff00ff';
Clrs[4]='ffa500';
Clrs[5]='ffff00';
Clrs[6]='00ff00';
Clrs[7]='ffffff';
Clrs[8]='fffff0';
var sClrs=new Array(5)
sClrs[0]='ffa500';
sClrs[1]='55ff66';
sClrs[2]='AC9DFC';
sClrs[3]='fff000';
sClrs[4]='fffff0';
var yBase;
var xBase;
var step;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
var initialStarColor='ffa000';
var Mtop=250;
var Mleft=250;

function Fireworks() {
if (document.all)
{
yBase = window.document.body.offsetHeight/3;
xBase = window.document.body.offsetWidth/8;
}
else if (document.layers)
{
yBase = window.innerHeight/3;
xBase = window.innerWidth/8;
}
if (document.all)
{
step=5;
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
starsDiv.all[i].style.background=initialStarColor;
if (currStep > 90)
starsDiv.all[i].style.background=Clrs[c];
starsDiv.all[i].style.top = Mtop + yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)
starsDiv.all[i].style.left = Mleft + yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)
}
}
else if (document.layers)
{
step = 5;
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
for (ai=0; ai < Clrs.length; ai++)
{
var c=Math.round(Math.random()*[ai]);
}
if (currStep < 90)
document.layers[templayer].bgColor=initialStarColor;
if (currStep > 90)
document.layers[templayer].bgColor=Clrs[c];
document.layers[templayer].top = Mtop + yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)
document.layers[templayer].left = Mleft + yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)
}
}
currStep+= step;
http://window.status=currStep;
T=setTimeout("Fireworks()",5);
if (currStep==220)
{
currStep=-10;
for (n=0; n < sClrs.length; n++)
{
var k=Math.round(Math.random()*n);
}
initialStarColor=sClrs[k];
if (document.all)
{
Dtop=window.document.body.clientHeight-250;
Dleft=xBase*3.5;
Mtop=Math.round(Math.random()*Dtop);
Mleft=Math.round(Math.random()*Dleft);
document.all.starsDiv.style.top=Mtop+document.body.scrollTop;
document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;
}
else if (document.layers)
{
Dleft=window.innerWidth-100;
Dtop=window.innerHeight-100;
Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);
Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);
document.layers[templayer].top=Mtop;
document.layers[templayer].left=Mleft;
}
if ((Mtop < 20) || (Mleft < 20))
{
Mtop+=90;
Mleft+=90;
}
}
}
if (document.all||document.layers)
Fireworks();


[/center]

 
  [font=Arial ,Tahoma][size=12][color=#990000]
  [b]طريقة التركيب[/b][/color][/size][/font]

  [font=Arial ,Tahoma][size=12]
  [b] انسخ هذا الكود و ضعه في المكان الذي تريده في منطقة BODY[/b][/size][/font]

 
 
top=10 visibility=show bgcolor="#ffffff"
clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,1,1">

clip="0,0,2,2">

clip="0,0,2,2">

clip="0,0,2,2">

<br /><br />/*<br />Document firework script (By Kurt Gregg, kurt.grigg@virgin.net)<br />Modified granted to Dynamic Drive to feature script in archive<br />For full source and 100's more DHTML scripts, visit <br />http://dynamicdrive.com<br />Visit our site at http://www.star28.com/ for more code<br />* This notice must stay intact for use */<br /><br />if (document.all)<br />with(document){<br />write('<div id="starsDiv" <br />style="position:absolute;top:0px;left:0px">')<br />write('<div <br />style="position:relative;width:2px;height:2px;background:#ffffff;font-size:2px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#00ff00;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#ffffff;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#fff000;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#ffa000;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#ff00ff;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:2px;height:2px;background:#ff00ff;font-size:2px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#0000ff;font-size:1px"></div>')<br />write('<div<br /> <br />style="position:relative;width:1px;height:1px;background:#FF0000;font-size:1px"></div>')<br />write('</div>')<br />}<br /><br /><br />var<br /> Clrs=new Array(9)<br />Clrs[0]='ff0000';<br />Clrs[1]='00ff00';<br />Clrs[2]='000aff';<br />Clrs[3]='ff00ff';<br />Clrs[4]='ffa500';<br />Clrs[5]='ffff00';<br />Clrs[6]='00ff00';<br />Clrs[7]='ffffff';<br />Clrs[8]='fffff0';<br />var sClrs=new Array(5)<br />sClrs[0]='ffa500';<br />sClrs[1]='55ff66';<br />sClrs[2]='AC9DFC';<br />sClrs[3]='fff000';<br />sClrs[4]='fffff0';<br />var yBase;<br />var xBase;<br />var step;<br />var currStep = 0;<br />var Xpos = 1;<br />var Ypos = 1;<br />var initialStarColor='ffa000';<br />var Mtop=250;<br />var Mleft=250;<br /><br />function Fireworks() {<br />if (document.all)<br />{<br />yBase = window.document.body.offsetHeight/3;<br />xBase = window.document.body.offsetWidth/8;<br />}<br />else if (document.layers)<br />{<br />yBase = window.innerHeight/3;<br />xBase = window.innerWidth/8;<br />}<br />if (document.all)<br />{<br />step=5;<br />for ( i = 0 ; i < starsDiv.all.length ; i++ )<br />{<br />for (ai=0; ai < Clrs.length; ai++)<br />{<br />var c=Math.round(Math.random()*[ai]);<br />}<br />if (currStep < 90)<br />starsDiv.all[i].style.background=initialStarColor;<br />if (currStep > 90)<br />starsDiv.all[i].style.background=Clrs[c];<br />starsDiv.all[i].style.top = Mtop + <br />yBase*Math.sin((currStep+i*5)/3)*Math.sin(550+currStep/100)<br />starsDiv.all[i].style.left = Mleft + <br />yBase*Math.cos((currStep+i*5)/3)*Math.sin(550+currStep/100)<br />}<br />}<br />else if (document.layers)<br />{<br />step = 5;<br />for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!<br />{<br />var templayer="a"+j<br />for (ai=0; ai < Clrs.length; ai++)<br />{<br />var c=Math.round(Math.random()*[ai]);<br />}<br />if (currStep < 90)<br />document.layers[templayer].bgColor=initialStarColor;<br />if (currStep > 90)<br />document.layers[templayer].bgColor=Clrs[c];<br />document.layers[templayer].top = Mtop + <br />yBase*Math.sin((currStep+j*5)/3)*Math.sin(550+currStep/100)<br />document.layers[templayer].left = Mleft + <br />yBase*Math.cos((currStep+j*5)/3)*Math.sin(550+currStep/100)<br />}<br />}<br />currStep+= step;<br />//window.status=currStep;<br />T=setTimeout("Fireworks()",5);<br />if (currStep==220)<br />{<br />currStep=-10;<br />for (n=0; n < sClrs.length; n++)<br />{<br />var k=Math.round(Math.random()*n);<br />}<br />initialStarColor=sClrs[k];<br />if (document.all)<br />{<br />Dtop=window.document.body.clientHeight-250;<br />Dleft=xBase*3.5;<br />Mtop=Math.round(Math.random()*Dtop);<br />Mleft=Math.round(Math.random()*Dleft);<br />document.all.starsDiv.style.top=Mtop+document.body.scrollTop;<br />document.all.starsDiv.style.left=Mleft+document.body.scrollLeft;<br />}<br />else if (document.layers)<br />{<br />Dleft=window.innerWidth-100;<br />Dtop=window.innerHeight-100;<br />Mtop=Math.round(Math.random()*Dtop+window.pageYOffset);<br />Mleft=Math.round(Math.random()*Dleft+window.pageXOffset);<br />document.layers[templayer].top=Mtop;<br />document.layers[templayer].left=Mleft;<br />}<br />if ((Mtop < 20) || (Mleft < 20))<br />{<br />Mtop+=90;<br />Mleft+=90;<br />} <br />}<br />}<br />if (document.all||document.layers)<br />Fireworks();<br /><br />
 [/center]
الرجوع الى أعلى الصفحة اذهب الى الأسفل
elsaiaf
عضو ذهبي
عضو ذهبي
elsaiaf


دولتي : مصر
الجنس : ذكر
عدد المساهمات : 1712
نقاط : 1842
السٌّمعَة : 0
العمر : 30
الوسام : لا يمتلك أي وسام بعد
الميزان الديك
تاريخ الميلاد : 21/10/1993
المزاج : حسب الدماغ

كود ألعاب نارية Empty
مُساهمةموضوع: رد: كود ألعاب نارية   كود ألعاب نارية I_icon_minitimeالأحد أغسطس 22, 2010 8:23 am

مــــــشـــــ تسلم الايادى ــــكـــــور
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
كود ألعاب نارية
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» صور حروف نارية - وضوح عالي رووووووعه
» صور حروف نارية - وضوح عالي رووووووعه
» طلب مركز ألعاب مطور
» بعض مخاطر ألعاب الأطفال..............((تحذير))
» ألعاب إلكترونية جديدة في مطلع العام الجديد

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات Vpas :: قسم التقنيات والبرمجة :: قسم تطوير المواقع والمنتديات :: قسم دعم منتديات أحلى منتدى "phpBB" :: اكواد الجافا-
انتقل الى:  

 جميع الحقوق محفوضة لابداع نتebda3net©phpBB | Ahlamontada.com | منتدى مجاني للدعم و المساعدة | التبليغ عن محتوى مخالف | آخر المواضيع