|
Showimg, calculating positons after changeimgzoom
|
Hello,
If i put an image on the screen at 0,0 pixels using ShowImg() then use changeimgzoom to make it bigger or smaller, findimg(num).x and findimg(num).y are still 0 even though the top left hand corner of the image is no longer at 0,0.
I'm trying to overlay another image and keep it in the same place even if the bottom image gets resized. Is there a way to find out the actual location of the top left pixel after it's been resized? The problem occurs because it resizes around the centre of the image. Not the corner of it.
Thanks. |
|