Hi,
I am using tableView to get a new list of items, on my onRelease command I am then running a function however from all the help i’ve seen online the function only has event.target.id available.
What if I want to pass for example a scene and an id so my data would be:
[lua]local data = {}
data[1] = {}
data[1].title = ‘Option 1’
data[1].scene = ‘start’
data[1].passedId = 7
data[2] = {}
data[2].title = ‘Option 2’
data[2].scene = ‘another’
data[2].passedId = 15[/lua]
How would I access the .scene and .passedId options in the onRelease function??
Thanks
Kevin [import]uid: 72726 topic_id: 13954 reply_id: 313954[/import]
[import]uid: 72726 topic_id: 13954 reply_id: 51341[/import]