Cita:
Iniciado por Diegoazul usa en
as2:
_currentframe
para checar en que frame estás, cuando hagas el
over usa el gotoAndStop algo asi:
Código:
gotoAndStop(_currentframe)
cuando hagas el
out haz un
gotoAndPlay algo asi:
Código:
gotoAndPlay(_currentframe)
Genail, funciono, el código me quedo asi:
on (rollOver) {
gotoAndStop(_currentframe)
}
on (rollOut) {
gotoAndPlay(_currentframe)
}
Muchísimas Gracias
Aprendí una nueva!! jajaj