Ce l'ho fatta, ho risolto![]()
Bastava aggiungere _root.
onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse,false) ){
_root.gotoAndStop(2);
}
}
Funziona alla perfezione anche con altri comandi![]()
Ce l'ho fatta, ho risolto![]()
Bastava aggiungere _root.
onClipEvent(mouseDown){
if(this.hitTest(_root._xmouse,_root._ymouse,false) ){
_root.gotoAndStop(2);
}
}
Funziona alla perfezione anche con altri comandi![]()