and:
Code:
if player.score = getLowestScoreFromList()
? :lol:
i'm joking

i think you should write instead:
Code:
    if &#40;player.lives < 1&#41; then
    begin
       player.dead &#58;= true;
       if player.score <= getLowestScoreFromList&#40;&#41; &#41; then displayScoreList&#40;&#41;
       else displayHighScoreForm&#40;&#41;
    end
      else dec&#40;player.lives&#41;
and show displayGameOverAnimation after