home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
KarimKareem.swf
/
scripts
/
frame_1
/
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
|
2001-07-14
|
230 b
|
14 lines
sinList = new Array();
cosList = new Array();
i = 0;
while(360 >= i)
{
sinList.push(Math.sin(i * 3.14 / 180));
cosList.push(Math.cos(i * 3.14 / 180));
i++;
}
qua = "MEDIUM";
startGame = 0;
cheat = 0;
stop();