Order of tags in generated swf

View: New views
1 Messages — Rating Filter:   Alert me  

Order of tags in generated swf

by Song Du :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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