home *** CD-ROM | disk | FTP | other *** search
- if(_root.viscont >= _root.visible)
- {
- tellTarget("_root.cardblack1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardblack2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardblue1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardblue2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardgreen1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardgreen2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardpurple1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardpurple2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardred1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardred2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardyellow1")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root.cardyellow2")
- {
- gotoAndStop("normal");
- play();
- }
- tellTarget("_root")
- {
- gotoAndStop("loop");
- play();
- }
- }
-