Looks like something’s wrong with your Y positioning. Look at the initial position, it should be 0.117, 0, 0.212, 0; is that what the position is? It looks like it should be positioned around a third down the screen (~0.333). If it isn’t correct, you’d have to change it to 0.117, 0, (element.Position.Y.Scale), 0 on your leave event, and 0.14, 0, (element.Position.Y.Scale), 0 on your enter event.