This small library extends the timer object (performWithDelay, pause, resume, and cancel) to use optional tags.
Utilities
This small useful module can be used to store and retrieve values across different app sessions.
A lot of people found it useful in Code Exchange 1, so am reposting it here
You can save TABLES, NUMBERS, STRINGS or BOOLEANS.
A simple connectivity checker.
Example of use:
local connection = require("connection")
connection.test(function (isAvaliable)
if isAvailable then
print("Connection available!")
else
print("No connection :(")
end
end)
Hi Everybody,
Hi Everybody,
An implementation of a Bitmap Font SpriteSheet using Corona. The example shows one of the effects you can achieve when using Bitmap Fonts.
Adds a raw and buggy support for native.newTextField and native.newTextBox functions on windows. Very useful to test textfields without build for a specific device.
See my other modules, snippets, tutorials, & templates at http://j-strahan.com
Sample main demonstrating testing a polygon and it's points for concave status.