Ver Mensaje Individual
  #4 (permalink)  
Antiguo 11/05/2005, 14:35
kotosh
 
Fecha de Ingreso: mayo-2002
Mensajes: 486
Antigüedad: 21 años, 11 meses
Puntos: 0
Busqueda

Este codigo funcionó de maravilla, te agradezco TMEISER
Lo unico que faltaria es colocarle el nombre a los botones y no se me prende aun el foco.

Cita:
var repite:Number = botonera;
var espacio:Number = 86;
var baseX:Number = 37;
var baseY:Number = 567;
var files:Array = ["file1.swf", "file2.swf", "file3.swf", "file4.swf","file5","file6","file7","file8","file9 ","file10"];
for (var a = 0; a<repite; a++) {
clip_mc = this.attachMovie("mi_clip", "mc"+a, a);
clip_mc.fileLoad = seccion+"/"+files[a];
clip_mc.onRelease = function() {
//trace("Cargando "+this.fileLoad);
peli.loadMovie(this.fileLoad);// loadMovie(seccion+"/file1.swf", "peli");
};
clip_mc._y = baseY;
clip_mc._x = baseX;
baseX += espacio;
}
__________________
Sistemass.com - Centro de capacitación profesional
http://www.sistemass.com