Hi, i have this code so far:
how do i go about setting sData's textbox values??
it has 2 dynamic textboxes: theTitle & theDesc... how do i set these values??
Regards,
Martin
Gaming Help And Info:
Code:
on (press) {
yPos = 0;
for (var i = 0; i<10; i++) {
duplicateMovieClip(_root.sData, "sDataMC"+i, i);
setProperty("sDataMC"+i, _y, yPos);
yPos += 42;
//_root.sData._y+=41.6;
}
}
it has 2 dynamic textboxes: theTitle & theDesc... how do i set these values??
Regards,
Martin
Gaming Help And Info: