
06/03/2008, 04:31
|
 | | | Fecha de Ingreso: enero-2008 Ubicación: Vigo
Mensajes: 78
Antigüedad: 17 años, 1 mes Puntos: 0 | |
Re: Asignacion erronea de valores desde un array Prueba esto:
for (i=0; i<long; i++){
this.i = i;
var vinculo:String = urls[this.i];
var posicion:Number = this.i;
menuRotatorio["monitor"+this.i].onRelease = function() {
... |