it seems your code is not resetting after each time you play the game, and it keeps the original values from the last game. The original values are loaded when flash loads, not on a button press.

function startup():void
{
myTimer=9;
etc....etc...
}

then call this function whenever the game begins.