home *** CD-ROM | disk | FTP | other *** search
- level = 1;
- ballsize = 6;
- speedx = 4;
- ballspeedy_MIN = 40;
- ballspeedy_MAX = 80;
- ballspeedy_MAX_MIN = int(random(ballspeedy_MAX - ballspeedy_MIN + 1) + ballspeedy_MIN);
- ballspeedy = ballspeedy_MAX_MIN * 0.01;
- speedy = ballspeedy;
- gameleft = 113;
- gameright = 543;
- gametop = 51;
- gamedown = 207;
- gamecenter = 328;
- gameleftdown = 123;
- gamerightdown = 533;
- gameboxtop = 5;
- gameboxdown = 253;
- right_score = 0;
- left_score = 0;
- right_balls = 5;
- left_balls = 5;
- right_wingame = 0;
- left_wingame = 0;
- startball_r = 1;
- startball_l = 1;
- openball = "left";
- reopenball = "no";
- pointok = "nopoint";
- pointcheck = "nocheck";
- hitpoint = "nopoint";
- hitpointcheck = "nocheck";
- hitracquet = "no";
- shadow_LtoR = 30;
- shadow_RtoL = -30;
- sMIN = 45;
- sMAX = 50;
- s_MAX_MIN = int(random(sMAX - sMIN + 1) + sMIN);
- s = s_MAX_MIN * 0.01;
- gotoAndPlay(86);
-