home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_87_biggreen / frame_16 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  207 b   |  12 lines

  1. this._visible = false;
  2. stop();
  3. onEnterFrame = function()
  4. {
  5.    if(_parent._parent.ability != "power")
  6.    {
  7.       delete this.onEnterFrame;
  8.       this._visible = true;
  9.       gotoAndPlay(1);
  10.    }
  11. };
  12.