Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/08/2009, 09:41
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: velocidad de dezplazamiento en mc.

Hola ericrecio:
Bienvenido al foro.
Escribe así tu código:
Código:
botonsube.onPress = function() {
	contenizq.onEnterFrame = function() {
		if (this._y<=400) {
			this._y += 10;
		}
	};
};
botonsube.onRelease = function() {
	delete contenizq.onEnterFrame;
};
Espero haberte sido de ayuda.
__________________
Bandit.
Si no sabes estudia y si sabes enseña.
http://www.banditwebdesign.com/