29/08/2003, 10:49
|
| | | Fecha de Ingreso: abril-2001 Ubicación: Guadalupe Inn
Mensajes: 622
Antigüedad: 23 años, 7 meses Puntos: 0 | |
Si usas F5:
Código:
on (release) {
tellTarget ("/tu_mc") {
gotoAndStop ("tu_fotograma")
}
}
Si usas FMX:
Código:
on (release) {
tu_mc.gotoAndStop ("tu_mc")
}
Saludos desde México. |