Hey, How’d you make it so that you can give action script to everything, which has “enemy” in the instance name, (Such as enemy1, enemy2, enemy3 ect.)
So you would put action in the main frames, that would give the actions to enemy1, enemy2, enemy3, and so on.
(Btw, Say that the action was:
if (this.hitTest(_root.bulleter)) {
enemyspeed = 0;
enemystepsright = 0;
enemystepsleft = 0;
dead = true;
this.gotoAndStop("dead");
}
Thanks