[haXe] injecting code & natural entry point method (mtasc-like)
Nicolas Cannasse
ncannasse at motion-twin.com
Fri Sep 8 14:10:44 CEST 2006
> Hi,
>
> There's something else that came into my mind now. With mtasc, my
> workflow was basically this: I designed my views on Flash IDE, exported
> for AS2 with a linkage id and linked the class and put an instance of
> the symbol on the stage (natural entry point method). I then would use
> this swf as a input swf for mtasc and injected the classes I wanted. Is
> this also possible with haXe?
Yes.
You need to use --flash-use-stage so that the stage symbols in the
library are put. And you don't have to link to a class since haXe will
automatically do it.
Nicolas
More information about the Haxe
mailing list