Hi,
I juste tried a simple Helloworld with MTASC but it seems that it doen't
work :
Hello.as :
class Hello
{
static var app : Hello;
function Hello( mc:MovieClip )
{
mc.createTextField("text_field",0,0,0,400,300);
// ecrit le text «Hello world !» dedans
mc.text_field.text = "Hello world !";
}
// Point d'entrée
static function main( scope:MovieClip ) : Void
{
app = new Hello( scope );
}
}
mtasc -swf hello.swf -header 640:480:25 -main Hello.as
gnash hello.swf
is it a sample Font issue ?
PS : i'm using gnash 0.7.2 under ubuntu
Thanks
_______________________________________________
Gnash-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-dev