Order of tags in generated swf
Hi, all,
Anyone knows how mtasc sort all tags when write to a swf ?
class A {
static public aa() { ... }
}
class B {
static private function bb() { A:aa(); }
static private bbb = B:bb();
}
How can I force the DEFINESPRITE/EXPORTASSETS/DOINITACTION tags for
class A go before class B without let B extends A?
Regards,
Du Song
--
MTASC : no more coffee break while compiling