home *** CD-ROM | disk | FTP | other *** search
- if(0 >= _parent._alpha)
- {
- _parent._alpha = 0;
- _root.busy = false;
- _root.fadeout6 = false;
- i = 1;
- while(i < 10)
- {
- eval("_parent._parent.but" + i).gotoAndStop(1);
- i++;
- }
- if(_root.helpmode == "step")
- {
- _parent._parent.but6.gotoAndStop(3);
- }
- gotoAndPlay(1);
- }
- else
- {
- gotoAndPlay(5);
- }
-