Can LUA in ASPro 6 get data from outside?

Moho allows users to write new tools and plugins. Discuss scripting ideas and problems here.

Moderators: Víctor Paredes, Belgarath, slowtiger

Post Reply
rogermate
Posts: 298
Joined: Mon Jun 02, 2008 5:53 am
Location: Mars

Can LUA in ASPro 6 get data from outside?

Post by rogermate »

Obviously a LUA script would be able to access some (or all?) data
within the currently open .anme file.

Can the version of LUA in AS Pro 6 receive data using any other means?

Can LUA receive data from a data file?
Can LUA get data from either DDE or a Windows message?
Genete
Posts: 3483
Joined: Tue Oct 17, 2006 3:27 pm
Location: España / Spain

Post by Genete »

I've seen scripts that calls other external applications. Check the wrapper that fazek did for mplayer in linux.
I don't know if lua can interact with external applications. As far as I know lua a is interpreted and the interpreter is inside AS.

-G
Post Reply