function Mover(x,d, aceleracion) {
show.foto.onEnterFrame = function() {
//this._x += (x-this._x)/aceleracion;
this._y += (d-this._y)/aceleracion;
if (Math.abs(d-this._y)<0.5 ) {
//this._x = x;
this._y = d;
delete show.foto.onEnterFrame;
}
};
}
Comunidad de diseño web y desarrollo en internet online
|
Por solisarg BOFH 13669 de clabLevel
4 tutoriales
|
Argentina ![]() |
|
Por elchininet Claber ![]() 3921 de clabLevel
17 tutoriales
|
Front-end developer at Booking.com ![]() |
|
Por solisarg BOFH 13669 de clabLevel
4 tutoriales
|
Argentina ![]() |