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”);
}
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”);
}
:: Copyright KIRUPA 2024 //--