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 );
}