I’ve been racking my brain against this and have not come up a solution. Is it possible to store images in tables and then later display the image?
For example, I tried storing image in a table this way:
myimg = display.newImage(myimg.jpg);
mytable = {}
mytabe.first = myimg
However, this did not work. Any ideas?
[import]uid: 14218 topic_id: 8446 reply_id: 308446[/import]
