home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / blackknight.swf / scripts / DefineSprite_931 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  124 b   |  8 lines

  1. if(this._name != "weapon")
  2. {
  3.    this.onEnterFrame = function()
  4.    {
  5.       this.gotoAndStop(_root.curweapon);
  6.    };
  7. }
  8.