Código ActionScript :
for(i = 0; i < 20; i++){ this.attachMovie("icon3d2", "icon3d2" + i, this.getNextHighestDepth(), {_x:Math.floor(Math.random() * (1200 - 2 + 1)) + 2, _y:Math.floor(Math.random() * (1000- 2 + 1)) + 2,_alpha:Math.floor(Math.random() * (3 - 2 + 1)) + 2, _rotation:Math.floor(Math.random() * (45 - 10 + 1)) + 10}); this.attachMovie("icon3d1", "icon3d1" + i, this.getNextHighestDepth(), {_x:Math.floor(Math.random() * (1200 - 2 + 1)) + 2, _y:Math.floor(Math.random() * (1000- 2 + 1)) + 2,_alpha:Math.floor(Math.random() * (3 - 2 + 1)) + 2, _rotation:Math.floor(Math.random() * (45 - 10 + 1)) + 10}); }
pero yo quiero que un movieClip en el escenario, este encima de ellos; cual es la solucion para poner un valor mas alto en su depth?
Saludos.
gracias.
