swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] weird swfc messages?


From: Pablo Rodríguez
Subject: [Swftools-common] weird swfc messages?
Date: Thu, 10 Jul 2008 23:18:19 +0200
User-agent: Thunderbird 2.0.0.12 (X11/20080305)

Hi Matthias and others,

I have just compiled the latest devel snapshot and I used swfc to generate an swf file with the following script:

.flash filename="sprite.swf"
.font roman "AirConditioner.ttf"
.text oworld font=roman text="world!" color=yellow
.edittext helloworld font=roman width=150 height=100 color=red
variable="hell"

.sprite hi
    .put helloworld
.end
.put oworld

.put hi
    .action:
    hi.hell= "hello";
    .end
.end

The output file seems to be fine, but I get the following messages when generating it:

$ swfc sprite.txt
0.000000 = 150.000000
150 -> 150.00
0.000000 = 100.000000
100 -> 100.00
0.000000 = 0.000000
0 -> 0.00
0.000000 = 0.000000
0 -> 0.00
0.000000 = 0.000000
0 -> 0.00
0.000000 = 0.000000
0 -> 0.00
0.000000 = 0.000000
0 -> 0.00
0.000000 = 0.000000
0 -> 0.00

Sorry, but what is this or what should it mean?

Thanks for your help,


Pablo




reply via email to

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