أبو اشباب
04-Feb-2009, 11:22 PM
السلام عليكم ورحمة الله وبركاته
بسم الله الرحمن الرحيم
درسنا اليوم هو صنع ساعة رقمية بالسويتش ماكس
نبدأ على بركة الله
1- نفتح عمل جديد بالسويتش
2- اضف نص
http://www.shqawa.co.cc/up/uploads/images/shqawa-2b46790d4a.gif
3- اكتب اسم النص time واكتب داخل النص 00.00.00 AM وحول النص الى Dynamic Text
http://www.shqawa.co.cc/up/uploads/images/shqawa-804d49b688.gif
4- ثم حوله الى سبرايت
http://www.shqawa.co.cc/up/uploads/images/shqawa-ab921e1aaa.gif
5- حول من Guided الى Expret
http://www.shqawa.co.cc/up/uploads/images/shqawa-41e273493d.gif
6- اضيف الكود التالي للسبرايت
<div style="margin:20px; margin-top:5px"> رمز PHP:
<div class="alt2"> <div dir="ltr" style="text-align:left;"> <span style="color: #000000">onEnterFrame() {
TimeDate = new Date();
hours = TimeDate.getHours();
mins = TimeDate.getMinutes();
secs = TimeDate.getSeconds();
ampm = "AM";
if (hours > 12) {
hours = hours - 12;
ampm = "PM";
}
// end if
if (hours 12) {
hours = hours - 12;
}
// end if
if (mins <span style="color: #007700">
بسم الله الرحمن الرحيم
درسنا اليوم هو صنع ساعة رقمية بالسويتش ماكس
نبدأ على بركة الله
1- نفتح عمل جديد بالسويتش
2- اضف نص
http://www.shqawa.co.cc/up/uploads/images/shqawa-2b46790d4a.gif
3- اكتب اسم النص time واكتب داخل النص 00.00.00 AM وحول النص الى Dynamic Text
http://www.shqawa.co.cc/up/uploads/images/shqawa-804d49b688.gif
4- ثم حوله الى سبرايت
http://www.shqawa.co.cc/up/uploads/images/shqawa-ab921e1aaa.gif
5- حول من Guided الى Expret
http://www.shqawa.co.cc/up/uploads/images/shqawa-41e273493d.gif
6- اضيف الكود التالي للسبرايت
<div style="margin:20px; margin-top:5px"> رمز PHP:
<div class="alt2"> <div dir="ltr" style="text-align:left;"> <span style="color: #000000">onEnterFrame() {
TimeDate = new Date();
hours = TimeDate.getHours();
mins = TimeDate.getMinutes();
secs = TimeDate.getSeconds();
ampm = "AM";
if (hours > 12) {
hours = hours - 12;
ampm = "PM";
}
// end if
if (hours 12) {
hours = hours - 12;
}
// end if
if (mins <span style="color: #007700">