I am sure I read of a command to prevent a particular image scaling but cannot find it by searching on the Corona site
Anyone know this function? [import]uid: 7863 topic_id: 8323 reply_id: 308323[/import]
I am sure I read of a command to prevent a particular image scaling but cannot find it by searching on the Corona site
Anyone know this function? [import]uid: 7863 topic_id: 8323 reply_id: 308323[/import]
No worries - I have found what I was looking for i.e the isFullResolution flag though unfortunately this is not applicable to display.newImageRect
[code]
object = display.newImage(filename [,baseDirectory] [,left,top])
object = display.newImage([parentGroup,] filename [,baseDirectory] [,left,top] [,isFullResolution])
[/code] [import]uid: 7863 topic_id: 8323 reply_id: 29776[/import]