Hi there.
Just wondering if it is possible to change images like this :
local soundNo = 1
soundImg = {"test1.png",
"test2.png"};
soundImgDisplay = display.newImage(soundImg[soundNo], 40, 65);
--then in a function on touch
soundNo = soundNo + 1
Or is there another way I should be doing it, the above example seems pretty ok to me at least.
Thanks [import]uid: 6981 topic_id: 2104 reply_id: 302104[/import]
