Flexible layout changes timeline playback speeds

So I have a handle on a drag bar that is set to play its timeline moving from left to right. This works fine when the document is displayed at 100%, but if it’s scaled in the browser up or down from 100%, the handle moves faster or slower than the mouse position. Any way I can solve this?

probably you've climbed the object with flexible layout ( expand to fill or shrink to fit).
The drag and drop works properly only with 100% scaled objects.

Thanks for the reply, yes it is a flexible layout. I also tried changing the motion from timeline based to X position based, but of course the scaling issue still affects that the same way. I’m going to have to try and figure out some code to maybe offset the scale it looks like. Wish I had known it earlier ;(

-R