What exactly is the code supposed to do?
You do mention a button triggers the alarms, but you don't tell us exactly how the alarms are triggered using the button press or show the code for the button. While it's clearly a loop, it helps to give people this information before they start looking at the code for the problems. In other words, time spent trying to figure out what the code is supposed to do is time spent not looking for problems.
Also, whose to say the problem isn't the button itself. You should show that code too, if nothing else but to dispel doubts that this is the problem.
What doesn't work?
You also don't say what you mean when you say it doesn't work. Does it not compile? Does it fire the alarms in the wrong order? Do the alarms never fire? Tell us exactly what doesn't work.
Error Messages
Additionally, what error messages did you get, if any? I know you're new, but you should recognize that error messages are very valuable, as they tell you exactly what is wrong with a specific section of your code. You might not be able to understand them yourself yet -- this comes with experience -- but recognize that people who want to help you will need this information.
What did you try so far?
Lastly, what have you tried? This is important because it gives people who want to help you a starting point. In other words, you won't get answers that tell you things you've already done. This is a huge waste of time for both you and the people trying to help you if every answer posted is followed by a comment by you saying "no ! i tried that alredy!"
Thus, include the following information in each post:
- Say what the code is supposed to do. Don't make users reverse engineer your code and try to figure out what it's supposed to do.
- Say what the code isn't doing and how it's failing. Be clear about this part.
- List what you've tried yourself.
- Show error messages and the line that the error points to.
Edit before posting bounties
Honestly, I'm really not sure you needed to post a bounty on this, at least not yet. Sure, a bounty will get your question attention, but so will making sure your question is clear and easy for the volunteers on Stack Overflow to quickly understand.
Remember, every time you edit your question with new, relevant information, it gets bumped back to the top of the page so that others will see it. Thus, look at comments people leave, and if they ask for more information from you, edit your question to add that in.
If you still don't get answers after making sure your question meets the above criteria, then it's time to bring out the big guns and post a bounty. Good luck!