Mailing List
Home
Forum Home
Flash Pro
Subjects
Firework Effect
setInterval bug identified and fixed
setInterval bug identified and fixed
ScrollPane component doesn 't auto update
Help: MX 2004 How to script a print button to print the entire sli
Event Dispatcher between classes
memory management removeMovieClip /
MX2004 Dataset itemClassName
Order of events per frame
XML to Object help
Textfield prototype question
Flash and QuickTime VR
Reading and displaying RSS feeds in Flash MX
Flash MX 2004 Sucks
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash Interface with 10mb xml file
Web Service Results
Listener Object 's best practice
 
._y

._y

2004-02-26       - By Adaryl Wakefield

 Back
Reply:     1     2     3     4     5     6  

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>&nbsp;&nbsp;for (i=0; i &lt; result.getLength();
i++){<BR>&nbsp;&nbsp;&nbsp;interaction_mc.duplicateMovieClip("interaction"+i+"
_mc",
i);<BR>&nbsp;&nbsp;&nbsp;this["interaction"+i+"_mc"].interaction_txt.text =
result.items[i].actText;<BR>&nbsp;&nbsp;&nbsp;this["interaction"+i+"_mc"]._y =
interaction_mc._y - 40;<BR>&nbsp;&nbsp;&nbsp;//textHolder_mc.text_txt.text =
result.items[0].actText;<BR>&nbsp;&nbsp;}<BR>&nbsp;}</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>&nbsp;</DIV>
<DIV>Adaryl "Did you reboot?" Wakefield<BR>Aviator by passion<BR>Programmer by
sheer force of will</DIV></BODY></HTML>