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