![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
04/03/2002, 21:45
|
| | Fecha de Ingreso: octubre-2001
Mensajes: 322
Antigüedad: 23 años, 4 meses Puntos: 1 | |
Re: Interceptación.... te lo pongo mejor asi para que veas bien el codigo y las jerarquias:
onClipEvent (load) {
if (this.hitTest(_root.cuadrado)) {
trace ("Lo tocaste");
}
} |