home *** CD-ROM | disk | FTP | other *** search
- function actu_d(desp, o_select)
- {
- if(desp == 3)
- {
- if(o_select == 1)
- {
- _root.s_null = new Sound();
- _root.s_null.setVolume(100);
- }
- if(o_select == 2)
- {
- _root.s_null = new Sound();
- _root.s_null.setVolume(0);
- }
- }
- set("_root.config" + desp,o_select);
- }
- function cierra_desplegables(id)
- {
- cd = 1;
- while(n_desp >= cd)
- {
- if(cd != id)
- {
- with(eval("despliega" + cd))
- {
- gotoAndStop(1);
- }
- }
- cd++;
- }
- }
- n_desp = 6;
- despliega1.contenido = new Array("Q u a l i t y","3","3","L o w","M e d i u m","H i g h");
- despliega2.contenido = new Array("G a m e","2","1","N o r m a l","P r a c t i c e");
- despliega3.contenido = new Array("S o u n d s","2","1","O n","O f f");
- despliega4.contenido = new Array("L o o p","2","1","O n","O f f");
- despliega5.contenido = new Array("f p s","2","2","View","Hide");
- despliega6.contenido = new Array("Auto Quality","2","1","O n","O f f");
-