home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / internet / flashland / tipy / hry / flashbreak4.swf / scripts / frame_5 / DoAction.as
Text File  |  2000-01-01  |  252b  |  20 lines

  1. setProperty("/paddle", _visible, "0");
  2. if("0" >= balls)
  3. {
  4.    tellTarget("messages")
  5.    {
  6.       gotoAndStop(6);
  7.    }
  8. }
  9. else
  10. {
  11.    tellTarget("messages")
  12.    {
  13.       gotoAndStop(5);
  14.    }
  15. }
  16. tellTarget("background")
  17. {
  18.    gotoAndPlay(2);
  19. }
  20.