git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added kerning support to record device
[swftools.git]
/
lib
/
as3
/
ok
/
elseif.as
1
package {
2
import flash.display.MovieClip;
3
public class Main extends flash.display.MovieClip {
4
function Main() {
5
if(false) {
6
trace("error");
7
} else if(true) {
8
trace("ok 1/1");
9
} else {
10
trace("error");
11
}
12
13
trace("[exit]");
14
}
15
}
16
}