swftools-common
[Top][All Lists]
Advanced

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

[Swftools-common] .edittext variable not working with latest snapshot


From: Pablo Rodríguez
Subject: [Swftools-common] .edittext variable not working with latest snapshot
Date: Sun, 16 Nov 2008 20:41:30 +0100
User-agent: Thunderbird 2.0.0.17 (X11/20080926)

Hi Matthias,

it seems that the AS variables for the .edittext tags don't work with the latest snapshot.

Here is the .sc code:

.flash filename="sprite.swf"
.font roman "/usr/share/fonts/ttf/AirConditioner.ttf"
.edittext helloworld font=roman width=150 height=100 color=red
variable="hell"

.sprite hi
    .put helloworld
.end

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

Compiled with 0.8.1 (http://ousia.justfree.com/sprite-0.8.1.swf) and compiled and not working with snapshot 2008-11-12-0905 (http://ousia.justfree.com/sprite-2008-11-12-0905.swf).

I'm afraid this might be a bug.

Thanks for your help,


Pablo




reply via email to

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