home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.11 / 2002-01_-_Disc_7.11.iso / Data / Help.pcg / scripts / DefineSprite_39 / frame_39 / DoAction.as
Text File  |  2001-06-20  |  154b  |  10 lines

  1. this._X = _parent._xmouse + 115;
  2. if(496.95 >= _parent._ymouse)
  3. {
  4.    this._y = _parent._ymouse + 25;
  5. }
  6. else
  7. {
  8.    this._y = _parent._ymouse - 8;
  9. }
  10.