If i want to have a listener function or a function inside timer.performWithDelay take arguments how do I do this?
right now if i do object:addListener(‘tap’,function(arg1,agr2)) i get errors. Or if I do timer.performWithDelay(100000, fucntion(arg1,arg2),1) the function performs instantly with no delay.