D'oh, I had absently mindedly installed the *dev snapshot*.

It's a *bug*, then.
I removed the description from the talk page and left a warning about using
the stable version if problems arise.

I post the former report below, so that if anyone's concerned with checking
the bug, they have a backlog.

Aurevoir

*Test code does not work*

Trying to compile this (on Win7, as3compile.exe "part of swftools
2011-01-23-1815")

package
{
    import flash.display.MovieClip

    public class Main extends MovieClip
    {
        function Main()
        {
            this.graphics.beginFill(0xcccc00)
            this.graphics.drawCircle(200,200,200)
            this.graphics.endFill()
            this.graphics.beginFill(0x000000)
            this.graphics.drawCircle(140,150,50)
            this.graphics.drawCircle(260,150,50)
            this.graphics.drawRoundRect(140,270,120,10,20);
            this.graphics.endFill()
        }
    }
}

Bears this hard to explain syntax error:

foofoo.as:9:17: error: syntax error, unexpected '.', expecting namespace

For this line:

            this.graphics.beginFill(0xcccc00)


On Wed, May 25, 2011 at 22:17, jean-michel voicechat_fan <
[email protected]> wrote:

>
> works on my version under linux 0.9.0
> 2011/5/25 Zingus J. Rinkle <[email protected]>
>
> Hello everyone,
>> I've been an occasional swfc user in the past and appreciate it immensely.
>>
>> I was now looking into as3compile and got a disappointing syntax error in
>> the most basic example
>>
>> foofoo.as:9:17: error: syntax error, unexpected '.', expecting namespace
>>
>> I posted more details here on the wiki talk page. I wonder: is that a bug,
>> or a *very* undocumented feature?
>>
>> http://wiki.swftools.org/index.php?title=Talk:As3compile
>>
>> Hope I didn't overlook something tremendously obvious :)
>> I'm just an AS newbie, coming from a javascript background.
>>
>
>
>
> --
> web <http://jeanmichel.gens.free.fr>
>
>
>

Reply via email to