al clip del labirinto:



onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse,true)) {
function_che_muove_omino();
}
}