home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / tunnelrush.swf / scripts / DefineSprite_111 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-12  |  212 b   |  13 lines

  1. _name = "Hero";
  2. stop();
  3. onEnterFrame = function()
  4. {
  5.    if(!_root.dead)
  6.    {
  7.       _rotation = _root.WallHold._rotation + 90;
  8.       _X = _root._xmouse;
  9.       _Y = _root._ymouse;
  10.       trail();
  11.    }
  12. };
  13.