On Fri, Mar 02, 2007 at 01:16:55PM -0600, Meryl Silverburgh wrote:
> Hi Strk,
> 
> Per your suggestion, I am still trying to come up a simple test case
> to test out gnash.
> 
> The problem is I can't get the following code to compile, and I can't
> figure that out:

>       logic.Movie = v1;
>        logic.Movie extends MovieClip;

This is NOT valid ActionScript, it's just a construct that
swfmill uses being unable to do anything better.
If I'm not wrong it's documented by swfmill itself.
Correct syntax is:

        class Movie extends MovieClip {
        };

--strk;


_______________________________________________
Gnash mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash

Reply via email to