You could set the angle of the object:
coin set angle towards object coinbar
coin set angle towards position coinbar.x, coinbar.y
Or if you don't want to set the angle on the object itself,
you could set the angle of motion of the bullet-behaviour:
coin bullet set angle of motion: angle(coin.x,coin.y,coinbar.x,coinbar.y)