/[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 3 by dpavlin, Fri Feb 22 13:04:25 2008 UTC revision 5 by dpavlin, Fri Feb 22 14:12:17 2008 UTC
# Line 10  Line 10 
10          .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
11          .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
12  #       .box cadre_menu width=50 height=150 color=navy fill=salmon line=2  #       .box cadre_menu width=50 height=150 color=navy fill=salmon line=2
13          .box border_left width=5 height=800 color=gray fill=white line=3          .box border_left width=10 height=300 color=gray fill=gray line=3
14    
15          .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=60 height=60 align=center border=none noselect variable=infoText
16    
# Line 113  Line 113 
113    
114  .end  .end
115    
116    .button hide
117    
118            .show home_idle as=idle
119            .show home_idle as=area
120            .show home_hover as=hover
121            .show home_pressed as=pressed
122            # ActionScript
123            .on_release:
124            showMenu();
125            .end
126    
127    .end
128    
129  .button menu_left  .button menu_left
130    
131          .show border_left as=area alpha=0%          .show border_left as=area alpha=50%
132          .on_move_in :          .on_move_in :
133          showMenu();          showMenu();
134          .end          .end
# Line 136  Line 149 
149          .put home pin=center x=25 y=28 scale=40% alpha=50%          .put home pin=center x=25 y=28 scale=40% alpha=50%
150          .put prev pin=center x=25 y=65 scale=40% alpha=50% rotate=180          .put prev pin=center x=25 y=65 scale=40% alpha=50% rotate=180
151          .put next pin=center x=25 y=95 scale=40% alpha=50% rotate=0          .put next pin=center x=25 y=95 scale=40% alpha=50% rotate=0
152            .put hide pin=center x=25 y=125 scale=20% alpha=50% rotate=0
153    
154  .end  .end
155    
# Line 245  Line 259 
259                           _root.viewport.nextFrame();                           _root.viewport.nextFrame();
260                           updateInfo();                           updateInfo();
261                          break;                          break;
262                    case 27: //Key.Escape:
263                            ShowMenu();
264                            updateInfo();
265                            break;
266    
267          }          }
268          updateAfterEvent();          updateAfterEvent();

Legend:
Removed from v.3  
changed lines
  Added in v.5

  ViewVC Help
Powered by ViewVC 1.1.26