home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / PongTable.swf / scripts / DefineSprite_54 / frame_73 / DoAction.as
Encoding:
Text File  |  2005-08-04  |  346 b   |  25 lines

  1. if(_root.endf == 1)
  2. {
  3.    _root.state1 = 1;
  4.    tellTarget(_root.wincuri)
  5.    {
  6.       gotoAndPlay(2);
  7.    }
  8. }
  9. else if(_root.endf == 0)
  10. {
  11.    _root.gotoAndStop(16);
  12. }
  13. if(_root.endf == 2)
  14. {
  15.    _root.state1 = 1;
  16.    tellTarget(_root.loscuri)
  17.    {
  18.       gotoAndPlay(2);
  19.    }
  20. }
  21. else if(_root.endf == 0)
  22. {
  23.    _root.gotoAndStop(16);
  24. }
  25.