lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Fri, Apr 6, 2012 at 1:59 PM, kingsley young
<kingsleyyoung27@gmail.com> wrote:
> or making three large tables
>
> On Fri, Apr 6, 2012 at 1:58 PM, kingsley young <kingsleyyoung27@gmail.com>
> wrote:
>>
>> I learn or knida learn about this in love2d.org and c# xna tutorials  but
>> i'm not sure if corona sdk actually use this type of format

The core Lua language does not include the concept of timers, so it
will be framework dependent and most likely vary between love2d, xna,
and corona. Check the Lua 5.1 manual[1] and tutorial directory[2] for
core Lua features if you are new to the language, and the Corona API
reference for Corona specific features[3]. Also check out a pastebin
service like Github Gists[4] if you have indentation trouble when
sharing code.

[1] http://www.lua.org/manual/5.1/
[2] http://lua-users.org/wiki/TutorialDirectory
[3] http://developer.anscamobile.com/reference
[4] https://gist.github.com/