per ogni mc all'esterno dello stage aggiungi


onClipEvent (enterFrame) {
if (_root.clip_cestino.hitTest(this)) {
this.removeMovieClip();
}
}


appena tocca il cestino sparisce.... ho capito bene il problema?