Hi, is it possible to write inline functions when executing to the callback on a timer or transition?
timer.performWithDelay(1000, (function(e) dosomething...))
According to http://en.wikibooks.org/wiki/Lua_Functional_Programming/Functions its possible, but I can’t seem to write it in the correct format to get it to work.
Note: I come from 6 years of Javascript so if its a case of round peg square hole please let me know.
Cheers, IJ