Questo è quello che ho trovato sul manuale:


if(_root.ball, hittest(_root.square)){
trace("ball intersects square");
}
----------------------------

In pratica dovrei scrivere così:


if(_root.ball, hittest(_root.ball_1)){
_root.stop;
}

------------------------------
per poter fermare il mio filmato cosa dovrei aggiungere?