home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
AllienAttack.swf
/
scripts
/
frame_11
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
260 b
|
13 lines
n = 0;
presents = 0;
while(Number(n) < 55)
{
if(eval("f" add n) == 1)
{
setProperty("a" add n, _X, eval("x" add n));
setProperty("a" add n, _Y, eval("y" add n));
presents = Number(presents) + 1;
}
n = Number(n) + 1;
}