Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

41 users online



printing string onto stage

printing string onto stage

Currently viewing this thread: 1 (0 members and 1 guests)


schoi

schoi

funny and cheeky
Status: Offline!

printing string onto stage

How can I print a string onto the stage using actionscript (flash8)? I dont want to use a textbox

AeonTan

AeonTan

Neversidian
Status: Offline!

_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 = "this is my first test field object text";
mytext.setTextFormat(myformat);

http://www.adobe.com/support/flash/action_scripts/actio ... t_dictionary513.html

___________________

AEN DIRECT
Catalogue of Creative Works & Writings

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0161 seconds.