home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Picture It! 7.0 / PI2_CD1.ISO / pip / pi7 / 1033 / tour.swf / scripts / frame_8 / DoAction.as
Encoding:
Text File  |  2002-07-09  |  530 b   |  33 lines

  1. if(_level0.title == "premium")
  2. {
  3.    tellTarget("_level0.boxshot_image")
  4.    {
  5.       gotoAndStop("premium");
  6.       play();
  7.    }
  8. }
  9. if(_level0.title == "pro")
  10. {
  11.    tellTarget("_level0.boxshot_image")
  12.    {
  13.       gotoAndStop("pro");
  14.       play();
  15.    }
  16. }
  17. if(_level0.title == "home")
  18. {
  19.    tellTarget("_level0.boxshot_image")
  20.    {
  21.       gotoAndStop("home");
  22.       play();
  23.    }
  24. }
  25. if(_level0.title == "express")
  26. {
  27.    tellTarget("_level0.boxshot_image")
  28.    {
  29.       gotoAndStop("express");
  30.       play();
  31.    }
  32. }
  33.