Hi,
I have been following this tutorial for creating various reusable objects within my games. To keep everything simple, would it be best to keep the runtime touch listeners within the modules, or place them on each individual object when it is called in the main.lua?
I ask this because I have been having issues assigning colon operator functions to Runtime events in the modules, as they are throwing all sorts of errors at me.
Thanks!