home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
Chip_2003-05_cd1.bin
/
oddech
/
flashgame
/
veonix.swf
/
scripts
/
frame_42
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2003-03-14
|
252 b
|
17 lines
bloccoshift = 1;
if(cicloriga >= maxrig)
{
cicloriga = 0;
numrigbonus = 0;
if(numrigeliminate >= numrig)
{
bloccoshift = 1;
gotoAndPlay(49);
}
else
{
bloccoshift = 0;
gotoAndPlay(21);
}
}