display.newImage() vs Sprite

Which one is more efficient in displaying static image?

I have a bunch of static images that I want to display, should I use sprite?

Thank you. [import]uid: 11334 topic_id: 4181 reply_id: 304181[/import]

i would try performance tests on both. draw a grid of images to your screen and check the execution time for both methods [import]uid: 6645 topic_id: 4181 reply_id: 12995[/import]