swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] Problem in .sc fileformat


From: Matthias Kramm
Subject: Re: [Swftools-common] Problem in .sc fileformat
Date: Sat, 20 Nov 2004 17:20:00 +0100
User-agent: Mutt/1.5.6i

On Sat, Nov 20, 2004 at 10:27:21AM +0100, Jürgen Mangler wrote:
> .action
>   _root.beginFill(0xffdddd);
>   _root.lineTo(10,0);
>   _root.lineTo(10,10);
>   _root.lineTo(0,10);
>   _root.lineTo(0,0);
>   _root.endFill();
> 
>   _root.linto(10.10);
> .end
> 
> the .end before .endFill is considered as the end of the actionscript 
> block and the compile fails miserably because Fill() .. is nothing 
> parser.lex knows.

Fixed. Should work better now. 

> Additionally a .includeactionscript that interpretes everything in a 
> file as as would be great (one can share his as files with "studio" 
> owning people without removing things like .action: and .end

That's a good idea.
The following is now implemented:

    .action filename="actionscript.as"

.

CVS is updated, new Win32 version will be uploaded soon.

Greetings

Matthias







reply via email to

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