Page 1 of 1
what is *.lua file?
Posted: Fri Jul 14, 2006 3:32 am
by alongz
hi im new in moho software. i look some of the file that upload in this forum and i see *.lua file? What is this? and how can we create it? can some one post me a link to answer my question? tq
Posted: Fri Jul 14, 2006 5:55 am
by myles
Lua is a programming/scripting language - see
http://www.lua.org/
*.lua files are text files containing Lua programs/scripts.
Moho can use *.lua files as plug-ins/extensions and tools. If you are a programmer, you can write your own scripts, use scripts written by other users, or modify the scripts written by Lost Marble or other users.
The main toolbar in Moho uses Lua scripts included with Moho, and there are also some extra Lua scripts under
the Scripts menu.
See
this thread for documentation on Moho-specific extensions to the Lua programming language.
Regards, Myles.