How do i add a bonus?

dont use caps. its just annoying.

just use a score variable. when ur enemy is killed have a variable that says _root.score += 1;
then have sumthing like

if(_root.score == 100) {
attachMovieClip(“healthpacket”);
}