$INCLUDE "qclock.inc"
CREATE form ASQFORM
formstyle = focused
CREATE clock AS qclock
COLOR = 48448 'makes the clock greenENDCREATE
center
ENDCREATE
clock.countdownenabled 'tells it to display the countdown button option
form.SHOWMODALSUB minuteevent
SHOWMESSAGE(TIME$) 'alerts you with the time every minute, can be removedPLAYWAV("yoursound.wav", SND_ASYNC) 'tells it to overwrite the minute event and make it play a noiseENDSUB