cliccando questo tasto cancello tutti gli mc dal mio stage e li ricreo, l'unica cosa che non capisco è perchè sembra che non siano + bottoni, mentre il clip che duplico lo è.
Avete un'idea?

Codice PHP:
next_btn.onRelease=function ()
{
    for(
06i++)
{
 
_root["pic"+i].removeMovieClip();

}

            
    
0;
    
upperLimit 0;
    
    if ((
_root.CurrentPage 6) + myPictures.picCount)
    
    {
        
upperLimit = (_root.CurrentPage 6) + 6;
    }
    else
    {
        
upperLimit myPictures.picCount;    
    }
    

    for(
= (_root.CurrentPage 6); upperLimiti++)
    {

duplicateMovieClip("pic""pic"jj);
if(
i%colonne==0){k=0/colonne;j=0}
eval(
_root["pic"+j])._x xpos+((pic._width+dist)*j);
eval(
_root["pic"+j])._y ypos+((pic._height+dist)*k);


        
trace("myPictures[picURL1+j] " myPictures["picURL1"+i]);
_root["pic"+j]._visible true;
_root["pic"+j].name myPictures["picName"+i];
_root["pic"+j].price myPictures["picPrice"+i];
_root["pic"+j].id myPictures["picID"+i];
loadMovie(myPictures["picURL1"+i], _root["pic"+j].imageHolder);
j++

        
    
_root["pic"+j].aa.onRelease = function(){
    
trace("premuto name "  +this._parent.name+this._parent.id);
    
this._alpha=50
    
_root["picc0"].gotoAndPlay(2);
    
_root["picc0"].namethis._parent.name;
    
     
    
= (this._parent.id); 

    
_root.createEmptyMovieClip("holder",100);
_root.holder._x 0;
_root.holder._y 0;

_root.holder.loadMovie("specificapernomedelay.swf");

trace(u);
                
                
}
        
        
        
        }
    
_root.CurrentPage++;
    if(
myPictures.picCount < (_root.CurrentPage 6))
    {
        
_root.next_btn._visible false;    
            
        
    }
    
_root.last_btn._visible true;