Guest User

Untitled

a guest
Jul 17th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. oldTName = subProducts[i][s].split(" ");
  2. newTnName[s] = oldTName.join("");
  3.  
  4. //trace("products up in here: "+newTnName[s]);
  5.  
  6. //duplicate the old movie movie
  7. duplicateMovieClip(subProducts_container["product_tn_"+subProducts[i][s]], "product_tn_"+newTnName[s], subProducts_container.getNextHighestDepth());
  8.  
  9. //attach the drawing tns to the boxes
  10. subProducts_container["product_tn_"+newTnName[s]].container.attachMovie("tn_"+newTnName[s],"tn_"+newTnName[s],subProducts_container.getNextHighestDepth());
Add Comment
Please, Sign In to add comment