Contributed Code

rss

Comments, 415 Votes - submitted on 16/05/2016 view repo
transition.to doesn't seem to support color transitions. So I made one myself using enterFrame, which is how I suspect corona's transition library works too.
Comments, 473 Votes - submitted on 27/04/2016 view repo
A game that give you a first contact with Programming Logical aspects. Made as a requirement to the PGP discipline at the brazilian university IFSP. Almost all the documentation and code comments are in portuguese.
Comments, 357 Votes - submitted on 10/02/2016 view repo
Converts your hex (html-format) or RGB values into Corona-compatible format (numbers from 0 to 1). No difficulties, only two functions: hex('value') and rgb(rNum, gNum, bNum).
Comments, 716 Votes - submitted on 15/01/2016 view repo
This piece of code extends the native.newTextBox so it is possible to turn off the in some cases annoying auto-correction feature.
Comments, 452 Votes - submitted on 16/11/2015 view repo