how to use table to display the images So that it can be displayed.Is this the wright way to do that coz I am getting an error on line no 6.Discard the digits in the Program…
[code]
- image={{“image1.png”},{“image2.png”},{“image3.png”}}
- local points={{100,200},{100,400},{100,600}}
- for i=1,#points do
- local select=points[math.random(#points)]
- dis=display.newImage(“image[i]”)
- dis.x=select.x
- dis.y=select.y
- end
[/code] [import]uid: 99780 topic_id: 16939 reply_id: 316939[/import]
[import]uid: 3826 topic_id: 16939 reply_id: 63531[/import]