well I hate to post help for code,but I am just lost at this…I am trying to duplicate and attach a movie clip THEN delete it to do it all over again…
but it doesn’t work…:crying:
I have read three post(and a page from senocular which was informative) so far and none of them don’t work for me…maybe its a typo…maybe I am really special and these floating devices are necessary and not a fashion sense…:h:
I just need help…
var fred:Function = function(amount:Number,mainarray:Array){//customize the function
    removeMovieClip(this._parent.NO5);
    amount;
    mainarray;//= thmb_obj.thmb_arry*;
    for(i=0;i<=amount;i++){
        trace("hi: "+i);
        var num:MovieClip = attachMovie("nav_mc","NO"+i,this.getNextHighestDepth());
        
        this["NO"+i]._x = 900;
        this["NO"+i]._alpha = 50;
        if(i==0){
            //
        }else{
            //car = this["NO"+i]._y-20;
            this["NO"+i]._y = pos*;
            this["NO"+i].loadno = i;
            this["NO"+i].empty_load.loadMovie("fotos/"+mainarray*);
            this["NO"+i].bt_w.onRelease = function(){
                trace("what");
                //_root.tp_mc.fotos.loadPIC("fotos/"+"masha4.jpg");
            }
    }
    }
}