Visual not adding up with actionscript

It seems my code runs but the visual display of what the code is doing, isn’t working…

my program does something like this:

allow click…

when someone clicks, it disallows clicks…
moves everything on the stage
and then re allows clicks…

the problem is when I click 2 times in a row… all of a sudden the stage moves once, and then a second time… even if the second click was before the first stage move.