getInstanceAtDepth

ok. i’ve got this little lady, “var newPiece = selectVar.getInstanceAtDepth(1);” returning “_level0.piece6.spot6” now i want to reference “spot6” in the next line but “spot6” could be anything at different points of the movie. So what should i use to delete “_level0.piece6.” from what getInstanceAtDepth(1) returns?

THANKS!!!