home *** CD-ROM | disk | FTP | other *** search
- function setOn()
- {
- appear = true;
- cover_mc._visible = true;
- cover2_mc._visible = true;
- main.ip_timePause = true;
- }
- function setOff()
- {
- appear = false;
- scroll_mc._visible = false;
- index_mc.endIndex();
- cover_mc._visible = false;
- cover2_mc._visible = false;
- main.ip_timePause = false;
- }
- function setActive()
- {
- index_mc.activateIndex();
- }
- function openIndex()
- {
- index_mc.startIndex();
- }
- main = _parent;
- var appear = false;
- var s = Math.min(200 / main.ip_width,150 / main.ip_height);
- var wthumb = s * main.ip_width;
- delete s;
- if(main.ip_idxlarge)
- {
- w = Math.min(main.ip_w / 4,wthumb + 8);
- scroll_mc._x = w + 12;
- }
- else
- {
- w = Math.min(main.ip_w / 8,wthumb / 2 + 4);
- scroll_mc._xscale = 75;
- scroll_mc._x = w + 9;
- }
- h = main.ip_h;
- colBase = main.ip_col1;
- colLight = main.ip_col2;
- colText = main.ip_col3;
- cover_mc.useHandCursor = false;
- cover_mc.onRelease = function()
- {
- };
- cover_mc._xscale = main.ip_w;
- cover_mc._yscale = main.ip_h;
- cover_mc._alpha = 0;
- cover_mc._visible = false;
- cover2_mc = main.control_mc.bindex_mc;
- stop();
-