Hmm if it's a sprite you can set the position of it in events. If you look at the Window Size in project properties, that's the size of the screen you can see when the game is played. So if the window size is 854,480 you can set the position of the sprite to x = 854/2, y = 480/2, should be in the middle. Could be another issue though.