fuerza = 1;7
velocidad = 0;
_root.onEnterFrame = function() {
velocidad += fuerza;
objeto._y += velocidad;
};
if (objeto._y>400) {
objeto._y = 400;
velocidad *= -1;
}
gracias
Comunidad de diseño web y desarrollo en internet online
|
|
Por DaHouseCat Claber 1011 de clabLevel
2 tutoriales
|
|
Smarphones Fan Boy
|