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