home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
chplus
/
prazdroj
/
cz
/
flash_plave.swf
/
scripts
/
frame_26
/
DoAction.as
Wrap
Text File
|
2003-09-24
|
909b
|
47 lines
speed = -1;
spmax = 5;
spdef = -1;
bX = 217;
bY = 0;
bYspace = 1;
bMax = 10;
sHeight = 188;
bHeight = 32;
if(bCount < bMax)
{
var bArrPom;
bArrPom = new Array();
bArrPom = bArrPom.concat(_root.bArr);
i = 0;
while(i < (bMax - bMax % bCount) / bCount)
{
_root.bArr = _root.bArr.concat(_root.bArrPom);
i++;
}
bCount = _root.bArr.length;
}
cPath = new Array();
i = 0;
while(i < bCount)
{
_root.attachMovie("c","c" + i,i);
setProperty(eval("_root.c" + i), _X, -100);
setProperty(eval("_root.c" + i), _Y, -100);
_root.getTextColor(i);
cPath[i] = "_level0.c" + i;
i++;
}
bShow = new Array();
i = 0;
while(i < bCount)
{
bShow[i] = 0;
i++;
}
_root.attachMovie("border","border",100);
_root.border._x = 0;
_root.border._y = 0;
_root.attachMovie("banner","banner",101);
_root.banner._x = 12;
_root.banner._y = 13;