View Single Post
Isocase's Avatar Isocase Isocase is offline 2008-05-06 #7 Old  
You can move the entire container like container._x = ..., container._y = ... or you can grab each box individually like container[ "box_" + 0 ]._x = ..., container["box_" + 1]._x = ...
Reply With Quote