home *** CD-ROM | disk | FTP | other *** search
- tellTarget("one_one")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("one_two")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("one_three")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("one_four")
- {
- gotoAndStop("two_active");
- play();
- }
- tellTarget("one_five")
- {
- gotoAndStop("two_highlight");
- play();
- }
- tellTarget("one_six")
- {
- gotoAndStop("two_active");
- play();
- }
- if(_level0.movies == "no")
- {
- setProperty("_level0.video", _visible, "0");
- }
-