AS syntax problem
AS syntax problem
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- lostnation0
this.listeLettre = new Array("a", "b", "c", "d", "e", "f", "g");
for (i=0; i<7; i++) {
this.mask.duplicateMovieClip("ma... i*100);
this.mask["mask"+i].i = i;
this.mask["mask"+i]._x = i*40;
this.mask["mask"+i].l = this.listeLettre[i];
this.mask["mask"+i].onRollOver = function() {
_parent.photo[this.l].setMask(_p...
};
}