  | | | ._y | ._y 2004-02-26 - By Adaryl Wakefield
Back I have function pullData_result(result){ for (i=0; i < result.getLength(); i++){ interaction_mc.duplicateMovieClip("interaction"+i+"_mc", i); this["interaction"+i+"_mc"].interaction_txt.text = result.items[i].actText; this["interaction"+i+"_mc"]._y = interaction_mc._y - 40; //textHolder_mc.text_txt.text = result.items[0].actText; } } but I can't seem to get the new clip to move down. Im I using ._y wrong?
Adaryl "Did you reboot?" Wakefield Aviator by passion Programmer by sheer force of will
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:o = "urn:schemas-microsoft-com:office:office" xmlns:w = "urn:schemas-microsoft-com:office:word"><HEAD> <META http-equiv=Content-Type content="text/html; charset=iso-8859 (See http://iso-8859.ora-code.com)-1"> <META content=Word.Document name=ProgId> <META content="MSHTML 5.50.4807.2300" name=GENERATOR> <META content="Microsoft Word 10" name=Originator><LINK href="cid:filelist.xml@(protected)" rel=File-List><!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:DoNotRelyOnCSS/> </o:OfficeDocumentSettings> </xml><![endif]--><!--[if gte mso 9]><xml> <w:WordDocument> <w:SpellingState>Clean</w:SpellingState> <w:GrammarState>Clean</w:GrammarState> <w:DocumentKind>DocumentEmail</w:DocumentKind> <w:EnvelopeVis/> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--> <STYLE>@(protected) { font-family: Tahoma; } @(protected) Section1 {size: 612.0pt 792.0pt; margin: 72.0pt 90.0pt 72.0pt 90.0pt; mso -header-margin: 35.4pt; mso-footer-margin: 35.4pt; mso-paper-source: 0; } P.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } LI.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } DIV.MsoNormal { FONT-SIZE: 12pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Times New Roman"; mso -style-parent: ""; mso-pagination: widow-orphan; mso-fareast-font-family: "Times New Roman" } A:link { COLOR: blue; TEXT-DECORATION: underline; text-underline: single } SPAN.MsoHyperlink { COLOR: blue; TEXT-DECORATION: underline; text-underline: single } A:visited { COLOR: purple; TEXT-DECORATION: underline; text-underline: single } SPAN.MsoHyperlinkFollowed { COLOR: purple; TEXT-DECORATION: underline; text-underline: single } SPAN.EmailStyle17 { COLOR: windowtext; FONT-FAMILY: Arial; mso-style-type: personal; mso-style -noshow: yes; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso -bidi-font-family: Arial } SPAN.EmailStyle18 { COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply; mso-style -noshow: yes; mso-ascii-font-family: Arial; mso-hansi-font-family: Arial; mso -bidi-font-family: Arial; mso-ansi-font-size: 10.0pt; mso-bidi-font-size: 10.0pt } SPAN.SpellE { mso-style-name: ""; mso-spl-e: yes } SPAN.GramE { mso-style-name: ""; mso-gram-e: yes } DIV.Section1 { page: Section1 } </STYLE> <!--[if gte mso 10]> <style> /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:10.0pt; font-family:"Times New Roman";} </style> <![endif]--></HEAD> <BODY lang=EN-US style="tab-interval: 36.0pt" vLink=purple link=blue bgColor=#ffffff> <DIV><FONT face=Arial size=2>I have</FONT></DIV> <DIV><FONT face=Arial size=2>function pullData_result(result){<BR> for (i=0; i < result.getLength(); i++){<BR> interaction_mc.duplicateMovieClip("interaction"+i+" _mc", i);<BR> this["interaction"+i+"_mc"].interaction_txt.text = result.items[i].actText;<BR> this["interaction"+i+"_mc"]._y = interaction_mc._y - 40;<BR> //textHolder_mc.text_txt.text = result.items[0].actText;<BR> }<BR> }</FONT></DIV> <DIV><FONT face=Arial size=2>but I can't seem to get the new clip to move down. Im I using ._y wrong?</FONT></DIV> <DIV> </DIV> <DIV>Adaryl "Did you reboot?" Wakefield<BR>Aviator by passion<BR>Programmer by sheer force of will</DIV></BODY></HTML>
|
|
 |