home *** CD-ROM | disk | FTP | other *** search
/ Champak 48 / cdrom_image.iso / Games / bossbash.swf / scripts / DefineSprite_558 / frame_163 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  248 b   |  13 lines

  1. showtim = this._parent._parent._parent.tim0;
  2. lif = 0;
  3. if(this._parent._parent._parent.life._currentframe == 1)
  4. {
  5.    lif = 500;
  6. }
  7. if(this._parent._parent._parent.life._currentframe == 2)
  8. {
  9.    lif = 200;
  10. }
  11. _root.win(showtim,lif);
  12. stop();
  13.