home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_77_CrossDeviceID / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  250 b   |  15 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root._xmouse >= 126)
  4.    {
  5.       this._x = _root._xmouse;
  6.    }
  7.    this._y = 126;
  8.    _root.SAmmo -= 0.1;
  9.    if(_root.SAmmo <= 0)
  10.    {
  11.       _root.Special = "None";
  12.       this.unloadMovie();
  13.    }
  14. };
  15.