
22.04.2003, 19:04
|
|
Регистрация: Apr 2001
Адрес: Berlin
Сообщений: 1,862
|
for (i=1;i<=arrayNames of GJPs.length; i++){
this["p_"+i].onRelease = function() {
this.duplicateMovieClip("BP", i);
bp._xscale = 100;
bp._yscale = 70;
bp._x = 150;
bp._y = 220;
}
}
Так должно работать
|