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

  1. if(selection == "oney")
  2. {
  3.    gotoAndPlay(96);
  4. }
  5. if(selection == "twoy")
  6. {
  7.    gotoAndPlay(263);
  8. }
  9. if(selection == "threey")
  10. {
  11.    gotoAndPlay(412);
  12. }
  13. if(selection == "foury")
  14. {
  15.    gotoAndPlay(504);
  16. }
  17. if(selection == "fivey")
  18. {
  19.    gotoAndPlay(586);
  20. }
  21.