--- E_viewer.sc 2008/02/22 16:42:24 9 +++ E_viewer.sc 2008/02/22 17:00:38 10 @@ -9,15 +9,15 @@ .font comic filename="fonts/comic.swf" .box menu_background width=130 height=60 color=navy fill=gray line=0 - .box page_progress_bar width=110 height=10 color=gray fill=white line=2 - .box page_current_page width=10 height=10 color=black fill=gray line=2 + .box page_progress_bar width=110 height=10 color=white line=2 + .box page_current_page width=10 height=10 color=black fill=white line=0 .box button_idle width=20 height=60 color=blue fill=salmon line=5 .box button_hover width=20 height=60 color=red fill=salmon line=6 .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=60 height=60 align=center border=none noselect variable=infoText + .edittext info text="info" color=black size=100% width=110 height=30 align=center border=none noselect variable=infoText .outline o_cadre: @@ -159,7 +159,7 @@ .frame 1 .put C_menu alpha=0% - .put info alpha=0% + .put info alpha=0% x=15 y=45 .frame 5 @@ -192,7 +192,6 @@ monStyle.font = "_sans"; // monStyle.font = "comic"; _root.menu.info.setTextFormat(monStyle); - _root.menu.info._y = 20; // doesn't work in .put (?) function showMenu() { /* @@ -215,7 +214,7 @@ if ( pos == 0 ) pos = 1; _root.menu.infoText = String(page) + " / " + String(total) - + "\r" + String(pos) +// + "\r" + String(pos) ; _root.menu.C_menu.page_bar.gotoAndStop( pos ); };