Zestix wrote...
I don't think you have to do it that way.
Can't you just remove it buy using the command
removeTouching(worldBullet.class);
?
public boolean hasHitWall()
{
boolean hitWall = isTouching(spaceWall.class);
return hitWall;
}