Ver Mensaje Individual
  #2 (permalink)  
Antiguo 09/07/2010, 11:59
Avatar de Bandit
Bandit
Moderador
 
Fecha de Ingreso: julio-2003
Ubicación: Lima - Perú
Mensajes: 16.726
Antigüedad: 20 años, 9 meses
Puntos: 406
Respuesta: mover un texto continuamente al dejar pulsado un boton

Hola julslash:
En el botón coloca el código así:
Código actionscript:
Ver original
  1. on (press) {
  2.     _root.onEnterFrame = function() {
  3.         if (_root.texto._y<190) {
  4.             _root.texto._y -= 2;
  5.  
  6.         }
  7.     };
  8. }
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/