This is a 5-sprite functioning timer. Press start to start the timer. When you clicked that, press stop to stop the timer. When you clicked that, press resume to resume the timer. Once you clicked stop, it doesn't matter if you press reset and then fully reset or if you just press fully reset. Reset sets the timer to 0, and fully reset sets the timer to blank and it also hides the timer. Start also shows the timer when you clicked fully reset. You can change the 10s to any whole positive number. You can also put a forever loop around this code to make it start over: repeat, inside repeat: wait 1 second, change timer by 1, under repeat: if timer = 10 then, inside if timer = 10 then: play sound recording1 until done. Do that for both of those. Don't edit anything else.
Credits to me.