newimagerect?

Ok corona, I was wondering, I have all my images in my folder that are the normal size and twice the size with @2x at the end of the name on the bigger ones. If I want to allow the device to use the retina images only for the iphone 4 and 4s, do I use newImageRect or just
newImage? or do i have to do something else? [import]uid: 122076 topic_id: 22281 reply_id: 322281[/import]

display.newImageRect() is very handy for scaling up, you should use it, read the API here; http://developer.anscamobile.com/content/displaynewimagerect [import]uid: 52491 topic_id: 22281 reply_id: 88804[/import]