[NOT RESOLVED]How can i check if the CanavsPosition of a scrollingframe go on a centre of a frame?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? I want that the pointer goes on the centre of the country flag, using the AbsoluteSize of the Frames or maybe other proprieties of the scrollingframe (i cannot use normal position because there is an UIList). Basically i want that the CanvasPosition of the scrollingframe goes on the centre of each flag (with a tween, but i already do it). I need to use the propreities of frames and scrollingframes because every device can see different CanvasPosition.

I hope you understand what i want to achieve, for question ask me : D
image

I tried somethings like this. but nothing, no work

((script.Parent.AbsolutePosition * script.Parent.Parent.AbsoluteWindowSize / 1000)*10 )

All answers are welcomee : D and tysm for help

local result = ((scrollingframe.AbsoluteWindowSize.X * frame.AbsolutePosition.X)/1000 )

It is very very near at the centre, but it is not at the centre