19/10/2004, 09:04
|
| | | Fecha de Ingreso: junio-2004 Ubicación: @gs.mx
Mensajes: 240
Antigüedad: 20 años, 7 meses Puntos: 0 | |
todos (botones y clip) estan en la misma linea de tiempo?
boton1.onRelease = function () { mClip.gotoAndStop (2); }
boton2.onRelease = function () { mClip.gotoAndStop (4); }
boton3.onRelease = function () { mClip.gotoAndStop (6); }
boton4.onRelease = function () { mClip.gotoAndStop (8); } |