Clone Moving

Is there a way to move an individual clone, for example:
etc, or is there no way to move a clone...
- Code: Select all
clone.5.x=blah
etc, or is there no way to move a clone...

clone.5.x=blah
getclone("clone.5")->x = blah;
int cI = 5;
getclone2("clone", cI)-> x = blah;