if stick = 1
{
	x = (obj_blobleshoot_player.x-100)
	y = (obj_blobleshoot_player.y - 200)
	
	with obj_blobleshoot_player
	{
		launchspeedy  -= .25
		launchspeedx += .075
		
	}
}