trasforma le tue immagini in mc e assegna

codice:
onClipEvent (enterFrame) {
	if (this.hitTest(_root._xmouse, _root._ymouse)) {
		this.swapDepths(0);
	}
}