danpost wrote...
Weeb3.exe wrote...
would it be that it shoots in the direction that it detects human
if so would it be bullet.turn(5)?public void fireTime()
{
EnemyBullet bullet = new EnemyBullet();
getWorld().addObject(bullet, getX(), getY());
bullet.move(06);
turnTowards(closest.getX(),closest.getY());
}