home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / dragracer.swf / scripts / frame_461 / DoAction.as < prev   
Encoding:
Text File  |  2005-10-06  |  310 b   |  19 lines

  1. initx = joystick._x;
  2. inity = joystick._y;
  3. tension = 0.5;
  4. decay = 0.5;
  5. joystick.onPress = function()
  6. {
  7.    dragging = true;
  8. };
  9. joystick.onRelease = function()
  10. {
  11.    dragging = false;
  12. };
  13. joystick.onReleaseOutside = function()
  14. {
  15.    dragging = false;
  16. };
  17. QUALITY = _quality;
  18. _quality = RACEquality;
  19.