home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / Tennis2002.swf / scripts / frame_72 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  859 b   |  40 lines

  1. level = 1;
  2. ballsize = 6;
  3. speedx = 4;
  4. ballspeedy_MIN = 40;
  5. ballspeedy_MAX = 80;
  6. ballspeedy_MAX_MIN = int(random(ballspeedy_MAX - ballspeedy_MIN + 1) + ballspeedy_MIN);
  7. ballspeedy = ballspeedy_MAX_MIN * 0.01;
  8. speedy = ballspeedy;
  9. gameleft = 113;
  10. gameright = 543;
  11. gametop = 51;
  12. gamedown = 207;
  13. gamecenter = 328;
  14. gameleftdown = 123;
  15. gamerightdown = 533;
  16. gameboxtop = 5;
  17. gameboxdown = 253;
  18. right_score = 0;
  19. left_score = 0;
  20. right_balls = 5;
  21. left_balls = 5;
  22. right_wingame = 0;
  23. left_wingame = 0;
  24. startball_r = 1;
  25. startball_l = 1;
  26. openball = "left";
  27. reopenball = "no";
  28. pointok = "nopoint";
  29. pointcheck = "nocheck";
  30. hitpoint = "nopoint";
  31. hitpointcheck = "nocheck";
  32. hitracquet = "no";
  33. shadow_LtoR = 30;
  34. shadow_RtoL = -30;
  35. sMIN = 45;
  36. sMAX = 50;
  37. s_MAX_MIN = int(random(sMAX - sMIN + 1) + sMIN);
  38. s = s_MAX_MIN * 0.01;
  39. gotoAndPlay(86);
  40.