--- E_viewer.sc 2008/02/22 17:00:38 10 +++ E_viewer.sc 2008/02/22 19:04:44 12 @@ -17,19 +17,8 @@ .box button_pressed width=20 height=60 color=gray fill=salmon line=5 .box border_left width=10 height=300 color=gray fill=gray line=3 - .edittext info text="info" color=black size=100% width=110 height=30 align=center border=none noselect variable=infoText + .edittext info text="info" color=black width=110 height=20 align=center border=none noselect variable=infoText font=comic size=12pt -.outline o_cadre: - - M 12.3,-1.2483537 - L 40.130855,-1.2483537 - C 46.945055,-1.2483537 52.430855,4.2374464 52.430855,11.051646 - L 52.430855,123.77055 - C 52.430855,130.58475 46.945055,136.07055 40.130855,136.07055 - L 12.3,136.07055 C 5.4858001,136.07055 0,130.58475 0,123.77055 - L 0,11.051646 C 0,4.2374464 5.4858001,-1.2483537 12.3,-1.2483537 z - -.end .outline o_arrow: M 60.208843,38.698967 @@ -66,13 +55,11 @@ .filled home_idle outline=o_home fill=#336699 color=navy line=4 .filled home_hover outline=o_home fill=#3366ff color=salmon line=4 - .filled home_pressed outline=o_home fill=#4466ff color=red line=3 + .filled home_pressed outline=o_home fill=#8866ff color=red line=3 .filled arrow_idle outline=o_arrow fill=#336699 color=navy line=4 .filled arrow_hover outline=o_arrow fill=#3366ff color=salmon line=4 - .filled arrow_pressed outline=o_arrow fill=#4466ff color=red line=3 - -# .filled menu_background outline=o_cadre fill=salmon color=grey line=3 + .filled arrow_pressed outline=o_arrow fill=#8866ff color=red line=3 .button next @@ -152,6 +139,7 @@ .put next pin=center x=110 y=30 scale=40% alpha=50% rotate=0 .put page_bar x=15 y=50 + .put info x=15 y=45 .end # change this animation for show/hide effect of menu @@ -159,18 +147,15 @@ .frame 1 .put C_menu alpha=0% - .put info alpha=0% x=15 y=45 .frame 5 .change C_menu alpha=100% - .change info alpha=100% .stop .frame 10 .change C_menu alpha=0% - .change info alpha=0% .stop .end @@ -185,13 +170,6 @@ info._alpha = 50; info.embedFonts = 0; - var monStyle = new TextFormat(); - monstyle.bold = false; - monStyle.italic = false; - monStyle.border = false; - monStyle.font = "_sans"; -// monStyle.font = "comic"; - _root.menu.info.setTextFormat(monStyle); function showMenu() { /* @@ -213,7 +191,7 @@ if ( pos == 0 ) pos = 1; - _root.menu.infoText = String(page) + " / " + String(total) + _root.menu.C_menu.infoText = String(page) + " / " + String(total) // + "\r" + String(pos) ; _root.menu.C_menu.page_bar.gotoAndStop( pos );