home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
frame_53
/
DoAction.as
Wrap
Text File
|
2003-03-14
|
253b
|
20 lines
if(1 >= cicloriga)
{
gotoAndPlay(90);
}
if(contabonus < cicloriga - 2)
{
puntix += 10 * contabonus;
contabonus++;
j = 0;
while(j < maxcol)
{
Matimage(contabonus,j,8);
j++;
}
}
else
{
ccbonus = 1;
}