home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Acao / powerfox.swf / scripts / DefineSprite_425 / frame_21 / DoAction.as
Text File  |  2006-03-21  |  264b  |  15 lines

  1. _root.gitarre.man.mund.play();
  2. if(_root.foxwin.w == 0)
  3. {
  4.    _root.foxwin.gotoAndStop("one");
  5. }
  6. else if(_root.foxwin.w == 1)
  7. {
  8.    _root.foxwin.gotoAndStop("two");
  9. }
  10. if(_root.fuchs == 2 && _root.zorro == 2)
  11. {
  12.    _root.draw.play();
  13.    gotoAndStop(1);
  14. }
  15.