home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / KarimKareem.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2001-07-14  |  230 b   |  14 lines

  1. sinList = new Array();
  2. cosList = new Array();
  3. i = 0;
  4. while(360 >= i)
  5. {
  6.    sinList.push(Math.sin(i * 3.14 / 180));
  7.    cosList.push(Math.cos(i * 3.14 / 180));
  8.    i++;
  9. }
  10. qua = "MEDIUM";
  11. startGame = 0;
  12. cheat = 0;
  13. stop();
  14.