AS3: Better imports, uses

Formatting code
This commit is contained in:
Jindra Pet��k
2013-01-01 14:03:50 +01:00
parent e018eb96a3
commit 4fd93d3e57
24 changed files with 166 additions and 87 deletions
+2 -3
View File
@@ -305,12 +305,11 @@ public class SWF {
}
}
for (int i = 0; i < abcTags.size(); i++) {
DoABCTag t=abcTags.get(i);
DoABCTag t = abcTags.get(i);
t.abc.addEventListener(evl);
t.abc.export(outdir, isPcode, abcTags,"tag "+(i+1)+"/"+abcTags.size()+" ");
t.abc.export(outdir, isPcode, abcTags, "tag " + (i + 1) + "/" + abcTags.size() + " ");
}
for (DoABCTag t : abcTags) {
}
if (!asV3Found) {