So in construct, Copy and paste makes a reference of original
object, so they all treated as same object, but they should have
their own unique ID's or something. (Like 'For Each Object')
So what i want is that making bunch of edit box of same object
and get values from each of them. Is there any good way to do this?
or should i just make a clone and give different name to each object?
Pleas give me your opinion.