How do I prevent this??
see the fla code at http://board.flashkit.com/board/show...s-up-on-replay
Any help greatly appreciated
Written in Flash 8/AS2
Thanks
Rachel
How do I prevent this??
see the fla code at http://board.flashkit.com/board/show...s-up-on-replay
Any help greatly appreciated
Written in Flash 8/AS2
Thanks
Rachel
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.