Hi
I’ve two questions about corona and lua. I’ve looked in all sample files and tried to find an answer on the page but I didn’t find anything 
How can I create a circle/rectangular/image with a dynamic name
I’ve tried many variations like this one but nothing worked 
[lua]var = 1
[“myCircle”…var] = display.newCircle( 100, 100, 30)[/lua]
2.
Why is it possible to create two circles with the same name and how can I access them?
[lua]myCircle= display.newCircle( 100, 100, 30)
myCircle= display.newCircle( 100, 200, 30)[/lua] [import]uid: 10820 topic_id: 3478 reply_id: 303478[/import]
