I just made this because I had to do something in an hour so i made a simple alarm clock programme.
Enjoy
load sound "alarm.wav",1
cls
print "Welcome to Mrnaughty's alarm clock programme"
wait 1000
print "This is an example of how to set the time."
print "15:00:00"
print "Put that in and it set the time to 3 o'clock!"
input "When do you want to be alarmed! ",alarm$
goto start
start:
backdrop on : color backdrop rgb(0,0,0)
set text size 900
text 150,150,get time$()
if get time$() = alarm$ then goto time
goto start
time:
maximize window
backdrop off
set text size 30
text 0,0, "YOU HAVE JUST BEEN ALARMED...PRESS ANY KEY TO QUIT"
play sound 1
loop sound 1
wait key
end
P.S - The sound is attached and if you are going to use this plz give me credit. thx
Working for ELB software on Realms of Tutopia!