prova così:
codice:
onClipEvent (enterFrame) { 
   ... 
   thumbn = "thumb" + picIndex; 
   this._parent[thumbn]._visible = true; 
   ... 
}