home *** CD-ROM | disk | FTP | other *** search
- i = 1;
- while(10 >= i)
- {
- f_state[i] = "hidden";
- f_pos[i] = i * 35 + random(10) - random(10);
- notj2[i] = true;
- notj3[i] = true;
- notj4[i] = true;
- horse_u[i] = random(3) / 10;
- horse_v[i] = 0;
- horse_t[i] = 0;
- finish[i] = -999;
- i++;
- }
- horse_a[2] = 0.8;
- horse_maxv[2] = 1.2;
- horse_a[3] = 0.7;
- horse_maxv[3] = 1.3;
- horse_a[4] = 0.6;
- horse_maxv[4] = 1.6;
- horse_a[1] = 1.2 - level / 10;
- horse_maxv[1] = 1.2 - level / 10;
- fence_factor = 14 - level * 0.66;
- whips_limit = 11 - level;
- x1 = 0;
- x2 = 100;
- y2 = 3;
- y1 = -1;
- c = y1;
- m = (y2 - y1) / (x2 - x1);
- max_v = 1;
- speed = 8;
- increment = 0.6;
- horse1.gotoandplay(1);
- horse2.gotoandplay(2);
- horse3.gotoandplay(3);
- horse4.gotoandplay(3);
- not_jumping = true;
- start_whip = false;
- whips_used = 0;
- whip_cycles = 4;
- whip_count = 0;
- whipping = false;
- whip_factor = 0;
- counter = 0;
- next_fence = 1;
-