/[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 2 by dpavlin, Fri Feb 22 12:23:54 2008 UTC revision 3 by dpavlin, Fri Feb 22 13:04:25 2008 UTC
# Line 177  Line 177 
177          _root.menu.info.setTextFormat(monStyle);          _root.menu.info.setTextFormat(monStyle);
178    
179          function showMenu() {          function showMenu() {
180           _root.menu._y = _root.viewport._ymouse - 60;  /*
181            if(_root.menu._y < 0) {                  _root.menu._y = _root.viewport._ymouse - 60;
182            _root.menu._y = 0;                  if(_root.menu._y < 0) {
183            };                          _root.menu._y = 0;
184            _root.menu.Play();                  };
185    */
186                    _root.menu.Play();
187          };          };
188                    
189          function updateInfo() {          function updateInfo() {

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

  ViewVC Help
Powered by ViewVC 1.1.26