- 26-12-2008 01:30 PM #1
How to make Timer to jump to next EventHow to make Timer to jump to next Event
//timer to jump to Event
كود PHP:
function doElse()
{
play();
//getURL("http://www.google.com", "target");
clearInterval(myInterval);
}
myInterval = setInterval(doElse, 1000);
or
كود PHP:
mySeconds=120;
function wait() {
if(mySeconds == 0) {
clearInterval(myTimer);
_parent.nextFrame();
}
mySeconds--;
}
myTimer = setInterval(wait, 1000);
--------------------------------------
نشكركم لمشاركتكم في المنتدى
تحياتي
Adds Circuit advertisement- تاريخ التسجيل
- Always
- المشاركات
- Many






رد مع اقتباس

مواقع النشر (المفضلة)