LOADING
Loading
Hi , welcome back.
LogoutLOGOUT
 
  Lost password?  
Hi
 




 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 11-29-2005, 08:18 AM
kyborg kyborg is offline
Registered User
 
Join Date: Nov 2005
Posts: 4
Rep Power: 0
kyborg is on a distinguished road
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
Reply With Quote
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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




All times are GMT. The time now is 09:46 AM.