Sha256: f77dba0a2d945e582db737d89e0b03e8b916b246e1faf6b7666103e2edc51fd1

Contents?: true

Size: 295 Bytes

Versions: 7

Compression:

Stored size: 295 Bytes

Contents

_root.createTextField("mytext",1,100,100,300,100);
mytext.multiline = true;
mytext.wordWrap = true;
mytext.border = false;

myformat = new TextFormat();
myformat.color = 0xff0000;
myformat.bullet = false;
myformat.underline = true;

mytext.text = "Hello World!";
mytext.setTextFormat(myformat);

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
language_templates-0.1.5.2 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.5.1 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.5 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.4 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.3 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.2 bin/languages/a/actionscript_flashmx.as
language_templates-0.1.1 bin/languages/a/actionscript_flashmx.as