6. Making score: Make a dynamic textbox. name its Var. "score". Go into the enemies properties, and in the button on the top layer, put this actionscript in:
on (release) { _root.score += 1000; }
you can change the score by changing the numbers in the actionscript.