gnash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash] Where does gnash send to trace output to?


From: strk
Subject: Re: [Gnash] Where does gnash send to trace output to?
Date: Fri, 2 Mar 2007 20:32:48 +0100

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;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]