--- E_viewer.sc 2008/02/22 12:23:54 2 +++ E_viewer.sc 2008/02/22 13:04:25 3 @@ -177,11 +177,13 @@ _root.menu.info.setTextFormat(monStyle); function showMenu() { - _root.menu._y = _root.viewport._ymouse - 60; - if(_root.menu._y < 0) { - _root.menu._y = 0; - }; - _root.menu.Play(); +/* + _root.menu._y = _root.viewport._ymouse - 60; + if(_root.menu._y < 0) { + _root.menu._y = 0; + }; +*/ + _root.menu.Play(); }; function updateInfo() {