Hi,
I’m having trouble with adding a litener to a table. Is it that corona listeners only work with display objects?
here’s the code
[lua]
local Ia={}
Ia:addEventListener(“name”)
[/lua]
and this is the error.
selectionMenu.lua:224: attempt to call method ‘addEventListener’ (a nil value)
Thanks!