home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_83_DestroyerDeviceID / frame_8 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  259 b   |  14 lines

  1. stop();
  2. this.onEnterFrame = function()
  3. {
  4.    if(_root._ymouse >= 126 && _root._ymouse <= 630)
  5.    {
  6.       this._y = _root._ymouse;
  7.    }
  8.    this._x = _root.HitDevice._x;
  9.    if(_root.Device._currentframe >= 1)
  10.    {
  11.       this.gotoAndStop(1);
  12.    }
  13. };
  14.