MX api movement

Out of context: Reply #7

  • Started
  • Last post
  • 14 Responses
  • frankbb0

    you mean something like this

    code :

    this.createEmptyMovieClip("lineB... 10);
    lineBR.lineStyle(1, 0x000000, 100);
    lineBR.moveTo(0, 409);
    lineBR.lineTo(0, 0);
    line_grow = function () {
    tagH = 0;
    if (lineBR._height<=1) {
    lineBR._height = 0;
    endline_grow();
    } else {
    lineBR._height+=(tagH-lineBR._he...
    }
    };
    endline_grow = function () {
    clearInterval(lineSI);
    stop();
    };
    lineSI = setInterval(line_grow, 30);
    stop();

    : code

View thread