![]() |
|
||||||||||
|
|||||
|
Регистрация: Nov 2006
Сообщений: 49
|
В актион скрипт пишу следующие:
Код: stop();
net = {};
net.columns = 85;
net.rows = 26;
net.spacingx = 40;
net.spacingy = 20;_root.posit
net.depth = 3000;
net.path = _root.posit;
net.numberOfTypes = 1000;
function BuildPeace() {
var test = 0;
for (var j = 1; j<net.rows; j++) {
for (var i = 1; i<=net.columns; i++) {
var name = "cell"+i+"_"+j;
var x = (i-1)*net.spacingx+test*20;
var y = (i-1)*net.spacingy;
if (test == 0) {
test++;
} else {
test = 0;
}
var type = 1;
net.path.attachMovie("cell", name, ++net.depth);
net.path[name]._x = x;
net.path[name]._y = y;
net[name] = {x:i, y:j, name:name, type:type, clip:net.path[name]};
}
}
}
BuildPeace();
|
|
|||||
|
ветеран форума
|
Проверь у cell в свойствах галочку Export for ActionScript
__________________
4am is time to rock |
|
|||||
|
Регистрация: Nov 2006
Сообщений: 49
|
Спасиба большое что помог)
|
![]() |
![]() |
Часовой пояс GMT +4, время: 08:41. |
|
|
« Предыдущая тема | Следующая тема » |
|
|