home *** CD-ROM | disk | FTP | other *** search
/ Rudolph the Red-Nosed Reindeer Family Fun Pack / Rudolph.iso / fscommand / MEDIA / UPGRADE.SWF / scripts / frame_6 / DoAction.as
Text File  |  2004-03-11  |  267b  |  13 lines

  1. _root.tipercent = MainProgress + "%";
  2. _root.testAnime.gotoAndStop(MainProgress);
  3. if(ShowSec)
  4. {
  5.    _root.anfpercent = SecProgress + "%";
  6.    _root.testAnime2.gotoAndStop(SecProgress);
  7. }
  8. else
  9. {
  10.    _root.anfpercent = "";
  11.    _root.testAnime2.gotoAndStop(1);
  12. }
  13.