Change line 20 to:
Then create a method called 'roam' and add code for random movement in it for the aliens.
if (getWorld().getObjects(Player.class).isEmpty()) roam(); else goTo();



