I am making a game where the enemies spawn in with a health bar above their heads but I don't know how to either spawn in?
public class Aktor extends greenfoot.Actor
{
int angle = getRotation();
public void act()
{
turn(1);
}
}