home *** CD-ROM | disk | FTP | other *** search
- gravity = 20;
- thrust = 0;
- if(_root.scored == 1 && _root.ball.scoredistance > 450)
- {
- _root.scored = 0;
- score += 100;
- _root.inbasket = 0;
- }
- if(_root.scored == 1 && _root.ball.scoredistance <= 450 && _root.ball.scoredistance > 250)
- {
- _root.scored = 0;
- score += 25;
- _root.inbasket = 0;
- }
- if(_root.scored == 1 && _root.ball.scoredistance <= 400)
- {
- _root.scored = 0;
- _root.inbasket = 0;
- }
-