yep ur rite

my cart coding is like this.
------------------------------------------------
function onEnterFrame() {
if(itemName_txt.=0) {
itemName_txt.textID = cartid;
}else {
itemName_txt.textID = cartid + 1;
}
}
------------------------------------------------
Fary