Asked in Mobile PhonesComputer ProgrammingHowrseNokia Phones
Mobile Phones
Computer Programming
Howrse
Nokia Phones
What is the code for timer?
We need you to answer this question!
If you know the answer to this question, please register to join our limited beta program and start the conversation right now!
Related Questions
Asked in Computers, Computer Programming, Adobe Flash
Timer in Flash - How to stop it?

Hello,
I am learning how to make a timer to my game. It is something like
"Who wants to be a millionaire?" I have 15 questions. There is
timer for each question:60 seconds.... When I click on an answer I
go on next frame, but my timer does not stop. What should I add (
and where ) to stop my timer when I clik an answer? My code for the
timer is:
timer = 60;
countdown = function(){
_root.timer--;
if(_root.timer<=0){
gotoAndPlay(20); stop();
}
}
countdownInterval = setInterval(countdown,1000);
Asked in Consumer Electronics, Computers, Electronics Engineering
How working of the microcontroller baesd industril timer?

There are different types of industrial timer like ON Timer, OFF
timer, Cyclic Timer, sequential timer there basic function is the
same to turn ON/OFF devices at particular time or after a specific
durations
check this link for a simple microcontroller based ON timer
where where a device is turned ON for a specific duration after a
switch is pressed
http://www.dnatechindia.com/index.php/Code-Library/8051_ASSEMBLY/ON-Timer-Program.html
here is another link for adjustable cyclic timer where a device
is turned ON/OFF continuously for a specific duration
http://www.dnatechindia.com/index.php/Kits/Microcontroller-Kits/Adjustable-Cyclic-Timer.html
Asked in New Electrical Work, Appliance Voltage and Travel Issues
What would happened if you wired a 240v ballast and a 120 v ballast into a heavy duty timer?

The timer has to be multi-pole. The ballast must be connected to
the load contacts of the timer. If the timer is a 120 Volt timer,
the timer has to run on a 120V. circuit. Loads are loads, and as
long as you have a multi-load timer you can hook up whatever you
want. If the timer only works on a shared power source (load shares
the timer supply) you will need to use a contactor on the load side
or the timer.
Asked in Home Electricity
Why is a timer is used in an electrical circuit?

Timer relays are used in control circuitry. There are two main
types, an (off delay) and an (on delay).
If you want one device to turn off before the timer controlled
device then you would use an off delay timer.
If you want one device to turn on before the timer controlled
device then you would use an on delay timer.
When the timer is energized this starts the timer circuit in the
relay to time out.
Asked in Cameras, iPad, iPad 2
How do you get a timer on your ipad camera?

Below are the steps to set timer on ipad:
1. Open the Camera app (Self-timer is available for Photo
and Square mode only (not for video or Time-lapse))
2. Tap on the timer icon near the shutter. On the iPad,
the timer icon is above the shutter, near the HDR option.
3. When you tap, you get three options: no timer, 3s timer,
10s timer. (would have been great if you could enter an
arbitrary amount for the timer)
4. Tap on the timer value to enable the self-timer.
5. Test the timer by tapping on the shutter. You should see a
countdown on the screen before the shutter clicks. (Unfortunately,
there is no sound indication for the countdown.)
Asked in C Programming
What is the timer?
Load More