I try to done a duplicate action to dup a movie with a text var inside.
mclin is the name for the movie create
The duplicate stop at the second time.
How ccan I do to make it duplicate it correctly ?
    nm_=23;
    if (n == nm_) {
        stop();
    } else {
        mclin="mclink"+n;
        mclink.duplicateMovieClip(mclin, n);
        setProperty("mclink" add n, _y, _root.mclink._y+n*15);
        mclin.titi_.text=_global.dataSet[n].title;
        n=n+1;
    }
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to