repo.or.cz
/
swfdec.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
release 0.5.4
[swfdec.git]
/
test
/
trace
/
settarget-tostring.as
blob
0413718e1ffeb5e93db64c3e6a5d844cdf24abfb
1
// makeswf -v 7 -s 200x150 -r 1 -o settarget-tostring.swf settarget-tostring.as
2
3
a
=
createEmptyMovieClip
(
"name"
,
0
);
4
b
=
createEmptyMovieClip
(
"name"
,
1
);
5
setTarget
(
b
);
6
trace
(
getDepth
());
7
8
loadMovie
(
"fscommand:QUIT"
,
""
);