
29/08/2007, 03:12
|
 | | | Fecha de Ingreso: julio-2004 Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 20 años, 7 meses Puntos: 12 | |
Re: si esta en frame tal...haz cual...
Código:
boton2.onRelease = function() {
if (_root._currentframe==x) {
// acciones...
}
}
Saludos! |