1 // makeswf -v 7 -s 200x150 -r 1 -o movie23.swf movie23.as
7 foo
= function () extends fuz
{
10 trace
(super.toString
);
13 bar
= function () extends foo
{
36 function call_huh
() {
37 trace
("calling last function's super object: " + huh
);
41 trace
(">>> CallFunction bar ()");
44 trace
(">>> CallMethod bar ()");
53 trace
(">>> this.bar ()");
56 trace
(">>> new bar ()");
59 trace
(">>> new this.bar ()");
63 loadMovie
("fscommand:quit", "");