home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / Kung_Fu.swf / scripts / DefineSprite_2288 / frame_300 / DoAction.as
Encoding:
Text File  |  2007-09-27  |  154 b   |  11 lines

  1. if(_root.stage == 1)
  2. {
  3.    stopAllSounds();
  4.    _root.gotoAndStop("Menu");
  5. }
  6. else
  7. {
  8.    stopAllSounds();
  9.    _parent.gotoAndPlay("passwordguys");
  10. }
  11.