1 // makeswf -v 7 -r 1 -o try-jump-7.swf try-jump.as
3 trace
("Test how Try action handles jumping out of the blocks");
10 trace
("inside: " + exception
);
13 throw new Error ("test");
20 throw new Error ("test2");
22 throw new Error ("catch this");
34 trace
("outside: " + exception
);
40 trace
("outside: " + exception
);
43 loadMovie
("FSCommand:quit", "");