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: Jürgen Mangler
Subject: Re: [Swftools-common] Problem in .sc fileformat
Date: Sat, 20 Nov 2004 17:47:14 +0100
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

Boy, that was quick! :-) You are the man.
Thanks a lot.

Jürgen

Matthias Kramm wrote:
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





_______________________________________________
Swftools-common mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/swftools-common





reply via email to

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