berk06's Forum Posts

  • 2 posts
  • > Hello,

    >

    > I want to get same position values with different screen sizes. I am using Touch.AbsoluteX and Y but when I change browser window sizes, values are getting different but sprite is in same background point.

    You should get the same values on any screen size if you use the normal:

    Touch.x

    Touch.Y

    The Screen size It shouldn't affect the values unless you scale (Layout/Layers)

    Thanks for reply. You are right! Dou you know what is the difference between AbsoluteXY and XY?

    My problem was full screen mode. It was Scale Outer. Letterbox scale solved the problem.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello,

    I want to get same position values with different screen sizes. I am using Touch.AbsoluteX and Y but when I change browser window sizes, values are getting different but sprite is in same background point.

  • 2 posts