Ver Mensaje Individual
  #2 (permalink)  
Antiguo 29/08/2007, 03:12
Avatar de Mahalo
Mahalo
 
Fecha de Ingreso: julio-2004
Ubicación: Mallorca (Illes Balears)
Mensajes: 1.121
Antigüedad: 19 años, 9 meses
Puntos: 12
Re: si esta en frame tal...haz cual...

Código:
boton2.onRelease = function() {
   if (_root._currentframe==x) {
      // acciones...
   }
}
Saludos!