home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / grizzly_tank.swf / scripts / DefineSprite_242 / frame_275 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  275 b   |  14 lines

  1. stop();
  2. if(_root.user_id == "none")
  3. {
  4.    unloadMovie("");
  5.    playAgain_btn._x = 1000;
  6. }
  7. playAgain_btn.onRelease = function()
  8. {
  9.    _parent._parent.fnClearLevel();
  10.    _parent._parent.gotoAndStop("level1");
  11.    _parent._parent.sMusic.stop();
  12.    gotoAndPlay(118);
  13. };
  14.