when i write this :
Terrorist a = new Terrorist();
it sais that its a mistake: constructor Terrorist in class Terrorist cannot be applied to given types
what does this mean?
thanking you in anticipation
public Terrorist(....) //do you have anything where the dots are.
{
}getOneIntersectingObject( ___.class) // where the ___ is put the other actors name.
if(getOneIntersectingObject( ______.class) !=null)
{
remove(this)
return;
}