home *** CD-ROM | disk | FTP | other *** search
- distance = 400;
- initx = joystick._x;
- inity = joystick._y;
- tension = 0.5;
- decay = 0.5;
- joystick.onPress = function()
- {
- dragging = true;
- };
- joystick.onRelease = function()
- {
- dragging = false;
- };
- joystick.onReleaseOutside = function()
- {
- dragging = false;
- };
- QUALITY = _quality;
- _quality = RACEquality;
- HUD.DISTANCEM._visible = false;
- stop();
-