| Virtual Alarm Clock v2.0 Download Fixed; Real working alarm clock application. | |
|---|---|
| Topic Started: May 11 2006, 03:10 AM (374 Views) | |
| Big J | May 11 2006, 03:10 AM Post #1 |
|
2
![]()
|
Here's my Game Maker alarm clock. I actually use it too! Direct Download-Download was broken before. I fixed it. Sorry about that. Since the .gm6 file is so much smaller than any executable, no executable is available. This forum is for users of Game Maker anyway, so this shouldn't be a major issue. This is an open source project anyway, so feel free to improve it in any way. Current features: 1. Alarm and time display 2. Two ways to set the alarm time. Set the alarm by typing numeric values for each part of the time, or simply click the arrows to adjust parts up and down. 3. Flashing alarm message you can set yourself. 4. Supports loading any WAV or MIDI file to use as the alarm sound 5. Good system for saving alarm settings, including remembering the external location of any sound you load, and re-loading it with the settings. Saved settings you can name yourself, and have their own unique extension. i.e. settings.bjac. Some Idiot: This is stupid. Who wants an alarm clock? Go buy a real one! Me: This is FREE, Duh! |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| ari_aaron | May 11 2006, 09:01 PM Post #2 |
|
1a4
![]()
|
link dosn't work. |
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Game Maker Modo | May 12 2006, 07:34 PM Post #3 |
|
Unregistered
|
This topic is now closed. Please put a working download link in your topic. Note: this is an automated reply!!! |
|
|
| ari_aaron | May 13 2006, 08:58 PM Post #4 |
|
1a4
![]()
|
cazallx, why did you open this? there is no download. |
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Big J | May 15 2006, 03:35 PM Post #5 |
|
2
![]()
|
Oops, sorry about that. The D/L should work now. I mistyped part of the link before. I forgot to reference V2 in the link. Now it works... |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| ari_aaron | May 15 2006, 04:59 PM Post #6 |
|
1a4
![]()
|
Usefull program, but I would change the layout. It looks like the places are chosen randomly. I would put the current time in the center, make the buttons a bit smaller (possibly menus?), and make it a window. This would also be a good thing to put togethter with a larger program. |
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Big J | May 15 2006, 05:38 PM Post #7 |
|
2
![]()
|
Yeah, I'm sure I could make the layout better. It was an experimental project to see if I could simulate the use of a real alarm clock. Right now, I'm trying to figure out a way to calculate and show how much time remains until the alarm goes off. Like, the alarm is set for 06:00:00, the current time is 16:30:07, so the time remaining should be 13:29:52, and count backwards until the exact moment that the time and alarm are equal, in which case the time remaining should be 24:00:00, indicating that 24 hours, 00 minutes and 00 seconds remain until the next sounding of the alarm. So far, it's easier said than done. Also, numbers less than 10 need to be displayed with a 0 before them just like the time and alarm. I'm having trouble with this. |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| ari_aaron | May 15 2006, 05:44 PM Post #8 |
|
1a4
![]()
|
The subtraction shouldn't be too diffucult, as for the 0, use:
I did something like that before to put a '*' if the file is unsaved. Make a topic in the Q+A if you need more help. |
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Big J | May 16 2006, 01:01 AM Post #9 |
|
2
![]()
|
You would think it to be as simple as subtraction, wouldn't you? But that only works sometimes. Other times, it can be wrong... Yes, it is simple for minutes and seconds, but hours? It's going to take a little more than subtraction... If the current_hour is 12 and the alarm is 11, to say that only 1 hour remains would be incorrect, because 23 hours remain until 11 the next day, when the alarm will actually go off. See? It will probably involve more programming that you thought. As for displaying a 0 before numbers less than 10, that's NOT the difficult part. That's easy and is done in time using the following:
There is no need to set a variable called zero to 0. |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| ari_aaron | May 19 2006, 03:20 PM Post #10 |
|
1a4
![]()
|
I don't see anything that is so complicated. Subtract the time from the alarm, and if it is negitive, add 24. I tested this a bit, and it seems to work:
|
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Big J | May 20 2006, 02:53 AM Post #11 |
|
2
![]()
|
OK... I'll work with it a little. That's probably it. But if minute is not equal to 0, then r_hour needs to decrease by 1... I got this... I'll edit when I'm finished. |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| ari_aaron | May 28 2006, 12:34 PM Post #12 |
|
1a4
![]()
|
Moved by Spectek. Moved Back. EDIT: and now moved by l33tuser. Moved back again. |
|
My msn: ![]() ![]() If anyone wants GMail or Windows Live Messenger invites, PM me! | |
![]() |
|
| Big J | Jun 3 2006, 03:04 AM Post #13 |
|
2
![]()
|
OK... What is the deal with the moving!?!? |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| moderator | Jun 3 2006, 09:35 AM Post #14 |
|
1
![]()
|
They evil members moved it to the wrong section. Does that clarify it for you. |
|
I moderate 1 forums as a global moderator. I am now an administator for this forum and fsd's forums. Go to cnrt.1.forumer.com and firesoulsdomain.com. Go to The Unofficial Game Maker Comunnity which I moderate as a local mod. Too many sigs are too long. 98% of the teenage population has smoked. If you are one of the 2% that hasn't, copy and paste this into your siggy! | |
![]() |
|
| Big J | Aug 1 2006, 12:34 AM Post #15 |
|
2
![]()
|
I really do want to make the layout better, I'm just not sure how. Here's the current layout, as in the downloadable file: ![]() Anybody can edit the image, move stuff around, and show me what a better layout should be. Any help is appreciated, thanks! Soon, I might upload it again. |
|
I create and modify my own code... I'm advanced AI! Big J's Domain I am an in the GM Quiz!Listen to what the robot has to say... CLICK HERE. (Macromedia Flash Player 8 required) GM7 is now available!Super Mario Pong v2.0 | |
![]() |
|
| 1 user reading this topic (1 Guest and 0 Anonymous) | |
| « Previous Topic · Game Maker Creations · Next Topic » |




in the
is now available!








6:51 PM Nov 26