Ver Mensaje Individual
  #1 (permalink)  
Antiguo 28/02/2007, 17:47
Avatar de Eztopa
Eztopa
 
Fecha de Ingreso: diciembre-2002
Ubicación: En todas partes
Mensajes: 135
Antigüedad: 21 años, 3 meses
Puntos: 0
Código no funciona en Flash 8

Saludos, necesito alguien que sepa de as, ¿porqué este código funciona en flash 6 y no funciona en flash 8?

moverMarker = function (guiaV, campo) {
resetCampos();
campo.backgroundColor = colorDestacado;
marker.onEnterFrame = function() {
marker._y = marker.guia;
marker.Yevel = marker.Yevel*f2+(guiaV-marker.guia)*r2;
marker.guia += marker.Yevel;
if (marker._y == guiaV) {
campo.backgroundColor = colorDestacado;
delete marker.onEnterFrame;
}
};
};


Muchas gracias
__________________
Cool BOTIJO POWER!!!
Diseño Web
http://www.coolbotijo.net/coolbotijo1.gif