
Welcome Guest
|
#1
|
|||
|
|||
|
attach movie and createtextfield
Hi,
I try to attach a Graphicd, and write something on that, but it doesn't work ![]() Actionscript:
this.createEmptyMovieClip("mcCard",1);
mcCard.attachMovie("Card","card",2);
mcCard.createTextField("mytext",2,100,100,1000,100);
mytext.multiline = true;
mytext.wordWrap = true;
mytext.border = false;
myformat = new TextFormat();
myformat.color = 0xff0000;
myformat.bullet = false;
myformat.underline = true;
mytext.text = "hi";
mytext.setTextFormat(myformat);Last edited by Scottae : 11-29-2005 at 06:24 PM Reason: Format with AS tags |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| CreateTextField not showing - HELP! | clem_c_rock | Flash 8 |
1 | 03-09-2008 03:41 AM |
| Input = XML, Ouput = MovieClips w/ images. Getting unexpected behavior. Please help! | ElShafto | Newbies |
2 | 10-06-2005 01:58 PM |
| createtextfield inside empty movie clip problem | codejunky | Flash MX |
1 | 08-21-2003 02:15 AM |
| Createtextfield problem relative path's maybe | K2O3 | Flash MX ActionScript |
0 | 11-06-2002 10:48 PM |






