extern void object::Example()
{
	
	object    item;
	
	while (true)
	{
		item = radar(AlienSpider);
		turn(direction(item.position));
		fire(1);
	}

}