/[flash]/E_viewer.sc
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /E_viewer.sc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9 by dpavlin, Fri Feb 22 16:42:24 2008 UTC revision 10 by dpavlin, Fri Feb 22 17:00:38 2008 UTC
# Line 9  Line 9 
9          .font comic filename="fonts/comic.swf"          .font comic filename="fonts/comic.swf"
10    
11          .box menu_background width=130 height=60 color=navy fill=gray line=0          .box menu_background width=130 height=60 color=navy fill=gray line=0
12          .box page_progress_bar width=110 height=10 color=gray fill=white line=2          .box page_progress_bar width=110 height=10 color=white line=2
13          .box page_current_page width=10 height=10 color=black fill=gray line=2          .box page_current_page width=10 height=10 color=black fill=white line=0
14    
15          .box button_idle width=20 height=60 color=blue fill=salmon line=5          .box button_idle width=20 height=60 color=blue fill=salmon line=5
16          .box button_hover width=20 height=60 color=red fill=salmon line=6          .box button_hover width=20 height=60 color=red fill=salmon line=6
17          .box button_pressed width=20 height=60 color=gray fill=salmon line=5          .box button_pressed width=20 height=60 color=gray fill=salmon line=5
18          .box border_left width=10 height=300 color=gray fill=gray line=3          .box border_left width=10 height=300 color=gray fill=gray line=3
19    
20          .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
21    
22  .outline o_cadre:  .outline o_cadre:
23    
# Line 159  Line 159 
159  .frame 1  .frame 1
160    
161          .put C_menu alpha=0%          .put C_menu alpha=0%
162          .put info alpha=0%          .put info alpha=0% x=15 y=45
163    
164  .frame 5  .frame 5
165    
# Line 192  Line 192 
192          monStyle.font = "_sans";          monStyle.font = "_sans";
193  //      monStyle.font = "comic";  //      monStyle.font = "comic";
194          _root.menu.info.setTextFormat(monStyle);          _root.menu.info.setTextFormat(monStyle);
         _root.menu.info._y = 20; // doesn't work in .put (?)  
195    
196          function showMenu() {          function showMenu() {
197  /*  /*
# Line 215  Line 214 
214                  if ( pos == 0 ) pos = 1;                  if ( pos == 0 ) pos = 1;
215    
216                  _root.menu.infoText = String(page) + " / " + String(total)                  _root.menu.infoText = String(page) + " / " + String(total)
217                          + "\r" + String(pos)  //                      + "\r" + String(pos)
218                          ;                          ;
219                  _root.menu.C_menu.page_bar.gotoAndStop( pos );                  _root.menu.C_menu.page_bar.gotoAndStop( pos );
220          };          };

Legend:
Removed from v.9  
changed lines
  Added in v.10

  ViewVC Help
Powered by ViewVC 1.1.26