For some reason I can’t delete the thread, but I solved my problem :). Now my spoil dropping script wont work. Here’s my script:
var newDepth:Number = getNextHighestDepth();
var newClip = attachMovie("gold_mc","gold" + newDepth, newDepth);
newClip._x = this._x;
newClip._y = this._y;
gold_mc is the identifier for my gold movie clip. When I trace the x and y of newClip, they appear valid, however newClip doesn’t show up. Please help 