search for: 78baa5c

Displaying 1 result from an estimated 1 matches for "78baa5c".

Did you mean: 75b8a5c
2007 Jun 27
0
Branch 'as' - 4 commits - test/trace
...l-function-target-7.swf.trace @@ -0,0 +1,5 @@ +Check DefineLocal in functions sets variables in the function's scope +undefined +undefined +undefined +undefined diff --git a/test/trace/definelocal-function-target.as b/test/trace/definelocal-function-target.as new file mode 100644 index 0000000..78baa5c --- /dev/null +++ b/test/trace/definelocal-function-target.as @@ -0,0 +1,18 @@ +// makeswf -v 7 -s 200x150 -r 1 -o definelocal-function-target.swf definelocal-function-target.as + +trace ("Check DefineLocal in functions sets variables in the function's scope"); + +createEmptyMovieClip...