home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / quick-pic.swf / scripts / DefineSprite_181 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-09-29  |  1.2 KB  |  69 lines

  1. if(_root.viscont >= _root.visible)
  2. {
  3.    tellTarget("_root.cardblack1")
  4.    {
  5.       gotoAndStop("normal");
  6.       play();
  7.    }
  8.    tellTarget("_root.cardblack2")
  9.    {
  10.       gotoAndStop("normal");
  11.       play();
  12.    }
  13.    tellTarget("_root.cardblue1")
  14.    {
  15.       gotoAndStop("normal");
  16.       play();
  17.    }
  18.    tellTarget("_root.cardblue2")
  19.    {
  20.       gotoAndStop("normal");
  21.       play();
  22.    }
  23.    tellTarget("_root.cardgreen1")
  24.    {
  25.       gotoAndStop("normal");
  26.       play();
  27.    }
  28.    tellTarget("_root.cardgreen2")
  29.    {
  30.       gotoAndStop("normal");
  31.       play();
  32.    }
  33.    tellTarget("_root.cardpurple1")
  34.    {
  35.       gotoAndStop("normal");
  36.       play();
  37.    }
  38.    tellTarget("_root.cardpurple2")
  39.    {
  40.       gotoAndStop("normal");
  41.       play();
  42.    }
  43.    tellTarget("_root.cardred1")
  44.    {
  45.       gotoAndStop("normal");
  46.       play();
  47.    }
  48.    tellTarget("_root.cardred2")
  49.    {
  50.       gotoAndStop("normal");
  51.       play();
  52.    }
  53.    tellTarget("_root.cardyellow1")
  54.    {
  55.       gotoAndStop("normal");
  56.       play();
  57.    }
  58.    tellTarget("_root.cardyellow2")
  59.    {
  60.       gotoAndStop("normal");
  61.       play();
  62.    }
  63.    tellTarget("_root")
  64.    {
  65.       gotoAndStop("loop");
  66.       play();
  67.    }
  68. }
  69.