
06/04/2005, 21:04
|
 | | | Fecha de Ingreso: noviembre-2002 Ubicación: En un pequeño, helado, obscuro reino... llamado Dinamarca.
Mensajes: 1.852
Antigüedad: 22 años, 4 meses Puntos: 1 | |
on(rollOver){
this.onEnterFrame = function(){
_root.texto.text=this._rotation++;}}
on(rollOut){
this.onEnterFrame = function(){
_root.texto.text=this._rotation--;}}
Prueba con esto.
Salu2 |