extern void object::Example()
{
	turn(90);
	while (true)
	{
		motor(1,-1);
		fire(2);
		motor(-1,1);
		fire(2);
	}
	
}
