Ver Mensaje Individual
  #1 (permalink)  
Antiguo 30/09/2009, 14:10
banrey
 
Fecha de Ingreso: septiembre-2007
Mensajes: 318
Antigüedad: 17 años, 6 meses
Puntos: 1
De acuerdo Menu de opciones

hola muchachos necesito una ayuda de parte de ustedes.

tengo un menu tipo carrusel pero el mismo habre los enlaces en modo parent yo necesito cambiar ese comportamiento a blank o top. pero cuando cambio el comportamiento no me lo reconoce. como puedo hacer esto por favor. el codigo es el siguiente:

t.fm_button.onRollOver = function()
{
fm_label.text = "Title: "+this._parent.fm_label;
info.text = "URL: " + this._parent.fm_url;
}
t.fm_button.onRollOut = function()
{
info.text = ""; fm_label.text = "";
}
t.fm_button.onRelease = function()
{
getURL( this._parent.fm_url );
}