Posts by Thiago Miranda • 21 points
2 posts
-
2
votes0
answers46
viewsQ: Literal strings Corona Moon
I’m a little lost in the use of \t. On the console, it works and in the simulator it is ignored. If anyone knows of a possible solution. local myText = display.newText("a\tb", 200, 100,…
-
0
votes1
answer113
viewsQ: Remove element/function Corona SDK
have file form.lua with the code: local _M = {} function _M.calc( a ) local quad = display.newRect(100,100,100,100) end return _M and the file scene2.lua with the code: local form = require "form"…
luaasked Thiago Miranda 21