home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_123_DeviceID / frame_2 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  285 b   |  17 lines

  1. stop();
  2. this._name = "HitDevice";
  3. _root.DeviceReady = false;
  4. this.onEnterFrame = function()
  5. {
  6.    Nexter++;
  7.    if(Nexter == 60)
  8.    {
  9.       prevFrame();
  10.       Nexter = 0;
  11.    }
  12.    if(_root._ymouse >= 126 && _root._ymouse < 630)
  13.    {
  14.       this._y = _root._ymouse;
  15.    }
  16. };
  17.