home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / DefineSprite_217 / frame_25 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  268 b   |  15 lines

  1. if(_root.livesgone == true)
  2. {
  3.    _root.gotoAndPlay("gameover");
  4. }
  5. else
  6. {
  7.    this._x = 300;
  8.    this._y = 380;
  9.    _root.gotoAndStop("game" + _root.scene);
  10.    gotoAndStop(1);
  11.    _root.dying = false;
  12.    _root.man.active = true;
  13.    _root.invincible = true;
  14. }
  15.