Este es el codigo del bucle for, teniendo en cuenta que en la biblioteca
solo tengo un elemento que es ball....que puedo hacer?

 for (var i:Number = 0; i<numBalls; i++) {
        var ball:MovieClip = attachMovie("ball", "ball" + i, i);
        ball.x = -250;
        ball.y = 10;
        ball.z = -70;

        ball1.x = -250;
        ball1.y = 10;
        ball1.z = -70;

        ball2.x = -110;
        ball2.y = 10;
        ball2.z = -250;

        ball3.x = 110;
        ball3.y = 10;
        ball3.z = -250;

        ball4.x = 250;
        ball4.y = 10;
        ball4.z = -70;

        ball5.x = 200;
        ball5.y = 10;
        ball5.z = 150;

        ball6.x = 0;
        ball6.y = 10;
        ball6.z = 250;

        ball7.x = -200;
        ball7.y = 10;
        ball7.z = 150;
    }
}

-- 
Alvaro Portela Cid
www.incubik.com
-----------------------------------------------------
ASNativos
www.5dms.com
subscripciones/desubscripciones
http://asnativos.5dms.com
-----------------------------------------------------

Responder a