Ver Mensaje Individual
  #1 (permalink)  
Antiguo 03/06/2008, 14:30
sk8walker
 
Fecha de Ingreso: febrero-2008
Ubicación: Todo el pais
Mensajes: 4
Antigüedad: 16 años, 2 meses
Puntos: 0
Busqueda problemas con niveles y toltip.

hola, estoy duplicando movie clip con atach movie, y ubicandolos por coordenada,s me ustaria agrgarle un tolltip a este codigo, otro problema, es si el script lo pongo dentro de otro moviclip, mapa, no los atacha. ????..
les dejo el link para ke vean el mapa ke estoy desarrollando y mi cogido.


www.sk8walker.net/mapa.html
(como ven , no atacha los puntos) 000nota..si lo hago en una pelicula independiente, si lo atacha, pero pierdo mi zoom.

codigo ke atachha, puntos sobre le mapa.

_root.attachMovie("mcBoton2", "b5170", this.getNextHighestDepth());
_root["b5170"]._x = 310.5;
_root["b5170"]._y = 248.7;
_root["b5170"].texto = "5170";
_root["b5170"].linkurl = "http://www.tallerwebmaster.com/";

_root.attachMovie("mcBoton", "b5171", this.getNextHighestDepth());
_root["b5171"]._x = 330.9;
_root["b5171"]._y = 253.3;
_root["b5171"].texto = "Foro Creativo";
_root["b5171"].linkurl = "http://www.forocreativo.net/";

_son 350 botones atachados. en coordenadas.

les dejo otro ejemplo. de la movie donde si atacha, los botones.

www.sk8walker.net/botones_secciones.html

(((paciencia, no tiene loader))