home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / peaceplane.swf / scripts / DefineSprite_143_splash / frame_1 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  69 b   |  5 lines

  1. onEnterFrame = function()
  2. {
  3.    _X = _X - _root.player.hSpeed;
  4. };
  5.