منتدى شباب نيو لوك
لعة جديدة للاطفال 907952577
منتدى شباب نيو لوك
لعة جديدة للاطفال 907952577
منتدى شباب نيو لوك
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

منتدى شباب نيو لوك


 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول

 

 لعة جديدة للاطفال

اذهب الى الأسفل 
كاتب الموضوعرسالة
mariam
المشرفة المتميزة
المشرفة المتميزة
mariam


انثى الابراج : الاسد
النمر
عدد المساهمات : 56
نقاط : 193
تاريخ الميلاد : 27/07/1998
تاريخ التسجيل : 27/12/2009
العمر : 25

لعة جديدة للاطفال Empty
مُساهمةموضوع: لعة جديدة للاطفال   لعة جديدة للاطفال Icon_minitimeالأحد ديسمبر 27, 2009 7:48 am

االلعبة مرة حلوة geek santa cat Wink bounce king study affraid albino elephant farao drunken



// Visit our site at [ندعوك للتسجيل في المنتدى أو التعريف بنفسك لمعاينة هذا الرابط] for more code

// ---- Make array
function MakeArray( n){
this.length = n;
for (var i = 1; i <= n; i++) {
this[i] = 0
}
return this
}

// ----- poor man's random number
var d0 = new Date();
var r0 = d0.getSeconds();
function poor_rand(){
d1 = new Date();
r0 = (r0 * r0 + r0 + d1.getSeconds()) % 3721 ;
return r0 % width_n;
}

// ---- Parameters of game
var height_n = 8;
var width_n =5;

// ---- state of game
var enemy = new MakeArray( width_n); // enemy positions
var wtime; // wait time
var score; // points
var gameover; // in case of gameover set to true

// ----- Make the battlefield.
document.write( "
");
document.write( "");
document.write( "
");
document.write( "
");
for( var i=0; i document.write( "");
for( var j=0;j document.write( "");
}
document.write( "");
}
document.write( "");
for( var j=0;j document.write( "");
}
document.write( "");
document.write( "
");
document.write( "");
document.write( "
");

// ----- game main timer event
// ----- enemy come one step
function come(){
var n = poor_rand();
document.fm2.elements[ width_n * enemy[n+1] + n].checked = true;
enemy[n+1]++;
if( enemy[n+1] < height_n){
setTimeout("come()", wtime);
}else{
gameover = true;
document.fm1.message.value = "النتيجة النهائية هي :" + score ;
}
}

// ----- Fire the n th beam
function fire( n){
if( gameover ) return;
for( var i=0; i document.fm2.elements[ width_n * i + n].checked = false;
}
score += enemy[ n+1];
document.fm1.message.value = "عدد نقاطك هو:" + score;
enemy[ n+1] = 0;
if( wtime > 100){ wtime -= 10};
}

// ---- initialize & start game
function game_start(){
for( var n=0; n for( var i=0; i document.fm2.elements[ width_n * i + n].checked = false;
}
enemy[n+1] = 0;
}
wtime = 400;
score = 0;
gameover = false;
document.fm1.message.value = "عدد نقاطك هو:" + score;
setTimeout("come()", wtime);
}

// -->
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
لعة جديدة للاطفال
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتدى شباب نيو لوك :: الالعاب الجديدة pc,playstion1,2,3,pes :: الالعاب الجديدة pc,playstion1,2,3,pes-
انتقل الى: