Corona sdk have eval function same as.2.0 ??

i want use function can change string to varible such as

local bullet1 = display.newImage( “bullet1.png” )
local bullet2 = display.newImage( “bullet2.png” )

i = 1
eval(“bullet” … i).x = 20
i = 2
eval(“bullet” … i).x = 70

Corona sdk have ??? [import]uid: 92135 topic_id: 15639 reply_id: 315639[/import]

@nuttty_99, you need to read this article here

that is how you use what you are after.

so, yes… Corona sdk have!!!

cheers,

?:slight_smile: [import]uid: 3826 topic_id: 15639 reply_id: 57710[/import]