home *** CD-ROM | disk | FTP | other *** search
- if(xmax > eval("/:midx"))
- {
- if(_root.m._x > xmax)
- {
- _root.m._x = xmax;
- }
- if(_root.m._x < xmin)
- {
- _root.m._x = xmin;
- }
- if(_root.b._x > xmax)
- {
- _root.b._x = xmax;
- }
- if(_root.b._x < xmin)
- {
- _root.b._x = xmin;
- }
- }
- else
- {
- if(_root.e._x > xmax)
- {
- _root.e._x = xmax;
- }
- if(_root.e._x < xmin)
- {
- _root.e._x = xmin;
- }
- }
-