Ver Mensaje Individual
  #1 (permalink)  
Antiguo 12/11/2009, 12:55
Joaca
 
Fecha de Ingreso: mayo-2009
Mensajes: 111
Antigüedad: 15 años
Puntos: 2
Pregunta Problemas con un tooltip

Hola todos.

la cosa es la siguiente tengo un tooltip que me esta funcionando de maravilla pero con el paso de los cuadros el tool tip se convierte en un drag o algo asi y comienza a perseguir al cursor.

el codigo es el siguiente.

button1.onRollOver = function() {
myToolTip.show("Descargar Hoja De Vida ");
};

button1.onRollOut = button2.onRollOut=button3.onRollOut=button4.onRoll Out=button5.onRollOut=button6.onRollOut=button7.on RollOut=button8.onRollOut=button1.onPress=button2. onPress=button3.onPress=button4.onPress=button5.on Press=button6.onPress=button7.onPress=button8.onPr ess=function () {
myToolTip.hide();
myToolTip.resetColor();
myToolTip.defaultSettings();
};
stop();

y tengo un clip de pelicula con nombre de instancia : myToolTip


Este codigo me lo dieron en un foro.