x = x + dx;
y = y + dy;

if(timer1==0){
	tdx=ShootX( x , y , 4 );
	tdy=ShootY( x , y , 4 );
	EMissileSet( x , y , tdx , tdy );
	timer1=50;
}