SpriteB Set position to another object > Pick Sprite A and image point 1
Whenever you refer to SpriteA.X or SpriteA.Y you will pick the coordinates for the image point 0, but if you add a (x) after it you will pick the x image point coordinate, e.g. SpriteA.X(1) picks image point 1 coordinate X for SpriteA