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

  1. tellTarget("two_one")
  2. {
  3.    gotoAndStop("one_highlight");
  4.    play();
  5. }
  6. tellTarget("two_two")
  7. {
  8.    gotoAndStop("one_active");
  9.    play();
  10. }
  11. tellTarget("two_three")
  12. {
  13.    gotoAndStop("one_active");
  14.    play();
  15. }
  16. tellTarget("two_four")
  17. {
  18.    gotoAndStop("one_active");
  19.    play();
  20. }
  21. tellTarget("two_five")
  22. {
  23.    gotoAndStop("one_active");
  24.    play();
  25. }
  26. tellTarget("two_six")
  27. {
  28.    gotoAndStop("one_active");
  29.    play();
  30. }
  31. if(_level0.movies == "no")
  32. {
  33.    setProperty("_level0.video", _visible, "0");
  34. }
  35. if(_level0.sku == "PIP")
  36. {
  37.    tellTarget("_level0.featuretext")
  38.    {
  39.       gotoAndStop("PIP");
  40.       play();
  41.    }
  42. }
  43.