Ver Mensaje Individual
  #2 (permalink)  
Antiguo 15/05/2007, 15:08
otraverix
 
Fecha de Ingreso: abril-2005
Mensajes: 372
Antigüedad: 19 años
Puntos: 0
Re: Pasar el cursor y que me diga que tema es... AYUDA!

Hola ezequiel
Creá un MC, dale la forma que queres que tenga el (tooltip) cuadrito de dialogo, ponle un texto dinamico dentro con el nombre de instancia txt_globo y luego en la libreria haz click con el boton derecho, Linkage tilda la opcion Export for Action Script y en el primer campo pone globo_help y en el 1er frame en actions
btn.onRollOver = function(){
attachMovie("globo_help", "globo", 10);
globo.onEnterFrame = function(){
this._y = _ymouse;
this._x = _xmouse;
this.txt_globo.text = "Este es el tip de ayuda";
}
}
btn.onRollOut = function(){
unloadMovie("globo");
}

btn es el nombre que le di al clip que hace de boton.
espero te sirva
__________________
Suerte! (;Þ)>-<[
------------------------
http://www.gira-sol.com.ar