PDA

View Full Version : alarmclock



valpez1
July 12th, 2004, 03:36 PM
Hello Kirupians,
I've been working on an idea as_clark once had and made an incredible example of. It was a clock that "dongs" a specific number of times according to what hour it is. Very neat. :thumb:

But, what i'm now trying to do is change it up a little, and have the "dong" or alarm go off when a certain hour is hit, not at every hour. I tried using an if statement, but that is not working for some reason.

You can take a look at the fla to see my problem.
here is the fla (http://www.snorepez.com/alarmclock.fla)

takecare

Prophet
July 17th, 2004, 01:52 PM
Not Found
The requested URL /alarmclock.fla was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request. also... in the thread... posted by me actually...

if(endHour == _root.hour && endMin == _root.min){
alarm.start(0,1)
}just make sure you define endHour and endMin... also dates can be checked or times can be dynamically set by the user etc etc

Prophet.

valpez1
July 17th, 2004, 05:48 PM
Hi, prophet.

I actually figured it out myself after a long while...so, that's why the file can't be found.

Thanks for the help, though. :thumb: