home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / bossbash.swf / scripts / DefineSprite_146 / frame_110 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  447 b   |  10 lines

  1. this._parent._parent.attachMovie("spellflash","spellflash",this._parent._parent.getNextHighestDepth());
  2. this._parent._parent.bg9._visible = true;
  3. this._parent._parent.bg3._visible = false;
  4. this._parent._parent.boss.unloadMovie();
  5. f = this._parent._parent.attachMovie("badzel","boss2",this._parent._parent.getNextHighestDepth());
  6. f._x = this._parent._parent.zel._x;
  7. f._y = this._parent._parent.zel._y;
  8. f.blinking = true;
  9. f.jumping = true;
  10.