home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! Photo Premium Version 9 / PI_CD1.ISO / pip / pi9 / 1033 / tour.swf / scripts / frame_536 / DoAction.as
Encoding:
Text File  |  2003-05-22  |  617 b   |  38 lines

  1. if(_level0.movies == "no")
  2. {
  3.    setProperty("_level0.video", _visible, "0");
  4. }
  5. if(_level0.sku == "PIP")
  6. {
  7.    setProperty("_level0.video", _visible, "0");
  8. }
  9. if(_level0.sku == "DIP")
  10. {
  11.    setProperty("_level0.video", _visible, "0");
  12. }
  13. tellTarget("four_one")
  14. {
  15.    gotoAndStop("one_active");
  16.    play();
  17. }
  18. tellTarget("four_two")
  19. {
  20.    gotoAndStop("one_active");
  21.    play();
  22. }
  23. tellTarget("four_three")
  24. {
  25.    gotoAndStop("one_active");
  26.    play();
  27. }
  28. tellTarget("four_four")
  29. {
  30.    gotoAndStop("one_highlight");
  31.    play();
  32. }
  33. tellTarget("four_five")
  34. {
  35.    gotoAndStop("one_active");
  36.    play();
  37. }
  38.