using objects

Hi, i have a question.
Im using 4 tables (each one has 4 items) and a function to render each of the items whenever you press an image (one image for each table).
What i want to do is access each of the rendered objects. For example: if i press one of the buttons 3 times, i’ll have 3 objects, but i dont know how to interact with each separately, instead of all of them.
How can i do it, if the objects are created inside a function, i cant modify anything outside said function.

If its hard to understand i’ll post some code.
Thanks. [import]uid: 108461 topic_id: 22224 reply_id: 322224[/import]

you want to create multiple objects and you want to know how to access them individually, is that right?

Will you interact with them from Code or via UI interactivity (touch/etc) ?

Either ways, have a read of this article http://howto.oz-apps.com/2011/09/creating-dynamic-variables.html
if it is anything else that you meant, well then you need to post code, a diagram or whatever that will help understand what you are after. [import]uid: 3826 topic_id: 22224 reply_id: 88522[/import]