home *** CD-ROM | disk | FTP | other *** search
- if(_root.part == 8)
- {
- _root.stepnum = 5;
- }
- if(_root.part == 9)
- {
- _root.stepnum = 6;
- }
- if(_root.part == 10)
- {
- _root.stepnum = 4;
- }
- if(_root.part == 11)
- {
- _root.stepnum = 3;
- }
- if(_root.part == 12)
- {
- _root.stepnum = 3;
- }
- if(_root.part == 13)
- {
- _root.stepnum = 3;
- }
- if(_root.part == 14)
- {
- _root.stepnum = 1;
- }
- if(_root.part == 15)
- {
- _root.stepnum = 4;
- }
- if(_root.part == 16)
- {
- _root.stepnum = 2;
- }
- if(_root.part == 17)
- {
- _root.stepnum = 5;
- }
- j = _root.stepnum;
- with(eval("_root.allbuttons.step" + j))
- {
- gotoAndStop(1);
- }
- i = _root.stepnum + 1;
- while(i < 10)
- {
- with(eval("_root.allbuttons.step" + i))
- {
- gotoAndStop(3);
- i++;
- }
- }
- i = _root.stepnum;
- while(0 < i)
- {
- with(eval("_root.allbuttons.step" + i))
- {
- gotoAndStop(1);
- i--;
- }
- }
- with(eval("_root.allbuttons.step" + _root.newstep))
- {
- gotoAndStop(2);
- }
- gotoAndStop(1);
-