Hi
I have a very large image (~4000x3000), on which I place some fixed place small images and I wish to display it using natural resolution on screen and be able to scroll around it (selectively) - meaning each time a different crop of it will be displayed, I want to be able to select the top/left or center X,Y coordinates. no need for scroll bars or anything.
What’s the correct way to implement it?
P.S.
I was thinking of adding the large image and its layers into a single display group and “translate” it around (to -1000,-1000 for example to scroll right and down), but I’m not really sure that’s the best way to do it. Also, Corona has got a limitation of 2048x2048 max image size for display.newImage()…
thanks
I
[import]uid: 124146 topic_id: 24385 reply_id: 324385[/import]