I am new to Corona, and have made a variation of the sliding gallery app where I am trying to add device rotation support.
However, it seems that the x and y coordinates does not rotate even if the device rotates. I would have expected the coordinate system to rotate along with the device - i.e. x = 100, y = 100 would still be located at the same point in the upper left corner of the screen. I notice that the display.contentWidth and display.contentHeight change values to correct sizes.
Do I need to somehow translate all coordinates in animations and touch-recognitions for the different orientations ? Please say it isn’t so… [import]uid: 75621 topic_id: 13477 reply_id: 313477[/import]
[import]uid: 52491 topic_id: 13477 reply_id: 49752[/import]