as3.call(myvar, "someCall", param1, param2)
Instead you can make calls that look like native Lua code:
myvar.someCall(param1, param2)
This includes chaining calls like a.b.c().d
Below is a preview of the release:
Yet another software development blog (YASDB). The blog will cover my software engineering interests including (but not limited to): RIA (Flex, AIR, and Silverlight), Languages (ActionScript, C#, Ruby, Lisp/Scheme, Smalltalk, Io, Erlang), Language Paradigms (object oriented, dynamic, functional, and concurrent programming, cross platform development, and development process.
as3.call(myvar, "someCall", param1, param2)
myvar.someCall(param1, param2)
Amazing stuff. Keep it up.
ReplyDeleteThanks u r information
ReplyDeleteThis is cool stuff. We've been looking at adding a programming language to the http://mygamebuilder.com site and this looks like a good way to do it
ReplyDeleteHello, I want to add Lua Alchemy in my Flash application, but I don't know how to do. I've visited the code-google website, but I didn't find the documentation to use the library. Can you help me ? Thanks
ReplyDelete