home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / ntech.swf / scripts / DefineSprite_30_LaserBeamOutputID / frame_23 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  148 b   |  12 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root.Special == "Destroyer")
  4.    {
  5.       gotoAndStop(23);
  6.    }
  7.    else
  8.    {
  9.       play();
  10.    }
  11. };
  12.