home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / eolica.swf / scripts / DefineSprite_321 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-07-26  |  108 b   |  7 lines

  1. onEnterFrame = function()
  2. {
  3.    _X = _parent._xmouse;
  4.    _Y = _parent._ymouse;
  5. };
  6. gotoAndStop("idle");
  7.